SAMKØRSEL I BUSSER
@auth
{{Auth::user()->name}} {{Auth::user()->email}}
  • Profil
  • @if (Auth::user()->role==0)
  • Mine rejser
  • @endif @if (Auth::user()->role==1)
  • Kontrolpanel
  • @endif
  • @csrf
@else
  • Log ind
  • Registrer
@endauth