Comment ça marche ?
Mon bornage
Ma division
@if (Auth::check()) @if(Auth::user()->isCustomer()) customer @else geometer @endif @endif
@if (Auth::check())
Mon compte
@else
Connexion
/
Inscription
@endif
@yield('content')