@yield('link') @yield('style')
@if(Auth::check())
{{Auth::user()->name}}
{{__('texte.layouts_arr.app.profile')}}
{{__('texte.layouts_arr.app.exit')}}
{{__('texte.layouts_arr.app.administration')}}
{{__('texte.layouts_arr.app.users')}}
{{__('texte.layouts_arr.app.roles')}}
{{__('texte.layouts_arr.app.storages')}}
{{__('texte.layouts_arr.app.locations')}}
{{__('texte.layouts_arr.app.types')}}
{{__('texte.layouts_arr.app.filters')}}
{{__('texte.layouts_arr.app.vat_rates')}}
{{__('texte.layouts_arr.app.settings')}}
{{__('texte.layouts_arr.app.contragents')}}
{{__('texte.layouts_arr.app.suppliers')}}
{{__('texte.layouts_arr.app.clients')}}
{{__('texte.layouts_arr.app.objects')}}
{{__('texte.layouts_arr.app.nomenclature')}}
{{__('texte.layouts_arr.app.producers')}}
{{__('texte.layouts_arr.app.products')}}
{{__('texte.layouts_arr.app.services')}}
{{__('texte.layouts_arr.app.categories')}}
{{__('texte.layouts_arr.app.packages')}}
{{__('texte.layouts_arr.app.price_formation')}}
{{__('texte.layouts_arr.app.price_lists')}}
{{__('texte.layouts_arr.app.promotions')}}
{{__('texte.layouts_arr.app.orders')}}
{{__('texte.layouts_arr.app.documents')}}
{{__('texte.layouts_arr.app.stocks')}}
{{__('texte.layouts_arr.app.stocks')}}
{{__('texte.layouts_arr.app.inventories')}}
{{__('texte.layouts_arr.app.references')}}
@endif
{{ config('app.name', 'Склад') }}
@if (Auth::guest())
{{__('texte.layouts_arr.app.enter')}}
@else
{{__('texte.layouts_arr.app.exit')}}
{{ csrf_field() }}
@endif
@yield('content')