@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