@if(auth()->user()->id == 1) @endif {{ __('Dashboard') }} @if(auth()->user()->id != 10) {{ __('Produits') }} {{ __('Inventaire') }} {{ __('Clients') }} {{ __('Commandes') }} {{ __('Gestions') }}
{{ __('Le Stock consolidé') }} {{ __('Le Stock Chiffré') }} {{ __('L\'Inventaire Chiffré') }} {{ __('Le stock complet') }} {{ __('Les Tarifs') }}
@endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}