phpvms Logo
    @if (Auth::check())
  • @lang('common.dashboard')
  • @endif
  • @lang('common.livemap')
  • {{ trans_choice('common.pilot', 2) }}
  • {{-- Show the module links that don't require being logged in --}} @foreach ($moduleSvc->getFrontendLinks($logged_in = false) as &$link)
  • {{ $link['title'] }}
  • @endforeach @foreach ($page_links as $page)
  • {{ $page['name'] }}
  • @endforeach @if (!Auth::check())
  • @lang('common.register')
  • @lang('common.login')
  • @else
  • {{ trans_choice('common.flight', 2) }}
  • {{ trans_choice('common.download', 2) }}
  • {{-- Show the module links for being logged in --}} @foreach ($moduleSvc->getFrontendLinks($logged_in = true) as &$link)
  • {{ $link['title'] }}
  • @endforeach
  • @if (Auth::user()->avatar == null) @else @endif
      @lang('common.profile')
      {{ trans_choice('common.pirep', 2) }}   {{ trans_choice('flights.mybid', 2) }}
    @can('access_admin')   @lang('common.administration') @endcan
      @lang('common.logout')
  • @endif
  • @foreach ($languages as $lang => $language) @if ($lang != $locale)   {{ $language['display'] }} @endif @endforeach