@if(Auth::check())
  • Dashboard

  • @endif
  • Live Map

  • Pilots

  • {{-- Show the module links that don't require being logged in --}} @foreach($moduleSvc->getFrontendLinks($logged_in=false) as &$link)
  • {{ $link['title'] }}

  • @endforeach @if(!Auth::check())
  • Login

  • Register

  • @else
  • Flights

  • PIREPs

  • Profile

  • Downloads

  • @role('admin')
  • Admin

  • @endrole {{-- Show the module links for being logged in --}} @foreach($moduleSvc->getFrontendLinks($logged_in=true) as &$link)
  • {{ $link['title'] }}

  • @endforeach
  • Log Out

  • @endif