{{ __('Home') }} @if(auth()->user()->admin == 1) {{ __('Users') }} @endif
@php $selectedDevice = session('selectedDevice') ?? request()->route('Device'); @endphp @if($selectedDevice)
{{ __('Device Information') }}
{{ __('Interfaces') }}
{{ __('Bridges') }}
{{ __('Security Profiles') }}
{{ __('Wireless Interfaces') }}
{{ __('IP Adresses') }}
{{ __('Static Routing') }}
{{ __('DHCP Servers') }}
{{ __('DHCP Client') }}
{{ __('DNS Server') }}
{{ __('DNS Static Records') }}
@else
Select a device first
@endif
{{ __('About') }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Home') }} @if(auth()->user()->admin == 1) {{ __('Users') }} @endif
@if($selectedDevice) {{ __('Device Information') }} {{ __('Interfaces') }} {{ __('Bridges') }} {{ __('Security Profiles') }} {{ __('Wireless Interfaces') }} {{ __('IP Adresses') }} {{ __('Static Routing') }} {{ __('DHCP Server') }} {{ __('DHCP Client') }} {{ __('DNS Server') }} {{ __('DNS Static Records') }} @else Select a device first @endif
{{ __('About') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}