Logo
Sénévalls
@auth @if(auth()->user()->canManage()) {{ __('Administration') }} {{ __('Membres') }} {{ __('Projets') }} {{ __('Cotisations') }} @else {{ __('Tableau de bord') }} @endif @endauth
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
@auth @if(auth()->user()->canManage()) {{ __('Administration') }} {{ __('Membres') }} {{ __('Projets') }} {{ __('Cotisations') }} @else {{ __('Tableau de bord') }} @endif @endauth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}