@auth
@if(auth()->user()->canManage())
{{ __('Administration') }}
{{ __('Membres') }}
{{ __('Projets') }}
{{ __('Cotisations') }}
@else
{{ __('Tableau de bord') }}
@endif
@endauth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}