Dashboard
Clients
@if(Auth::user()->profil === 'DC' || Auth::user()->profil === 'RC')
Liste Des CDD
Mode paiements
Forfaits
Association
Services
Local
@endif @if(Auth::user()->profil === 'AC')
Liste Des CDD
Visite
Forfaits Disponible
Association Partenaire
Grille Tarifaire
@endif @if(Auth::user()->profil === 'CC')
Abonnements GGP
Grille Tarifaire
@endif @if(Auth::user()->profil === 'DE' || Auth::user()->profil === 'RE')
Liste Des CDI
Liste Des CDD
Abonnements GGP
Grille Tarifaire
@endif @if(Auth::user()->profil === 'AE')
Liste Des CDD
Abonnements GGP
Grille Tarifaire
@endif @if(Auth::user()->profil === 'superadmin')
User
Grille Tarifaire
@endif
{{--
--}}
{{-- {{ Auth::user()->prenom }} --}} {{ Auth::user()->name }}
{{ __('Profile') }}
@csrf
{{ __('Log Out') }}
@yield('contents')