@if((Auth::user()->hasRole('Administrator') && $activeCompany != "") || ($activeCompany != "" && count($activeCompany->companyRouters) > 0) && $activeCompanyRouter != "")
{{ $activeCompanyRouter->name }} is the active router
@php $router = \App\Models\CompanyRouter::whereId($activeCompanyRouter->id)->first(); @endphp
@if($router->hotspot_anti_sharing_enabled == 0)
@else
@endif
@if(Auth::user()->hasRole('Administrator') && $activeCompany != "")
@endif
@endif
@if(Auth::user()->hasRole('Administrator') && $activeCompany == "")
@if(Auth::user()->hasRole('Administrator'))
@endif
@elseif(count($activeCompany->ActiveCompanyRouters) > 1)
@foreach($activeCompany->ActiveCompanyRouters as $companyRouter)