@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.settings')}}
{{__('texte.layouts_arr.app.communications')}}
{{__('texte.layouts_arr.app.suppliers')}}
{{__('texte.layouts_arr.app.nomenclature')}}
{{__('texte.layouts_arr.app.producers')}}
{{__('texte.layouts_arr.app.products')}}
{{__('texte.layouts_arr.app.categories')}}
{{__('texte.layouts_arr.app.packages')}}
{{__('texte.layouts_arr.app.stock_inputs')}}
{{__('texte.layouts_arr.app.expeditions')}}
{{__('texte.layouts_arr.app.storage_management')}}
{{__('texte.layouts_arr.app.stocks')}}
{{__('texte.layouts_arr.app.waiting_expeditions')}}
{{__('texte.layouts_arr.app.finished_expeditions')}}
{{__('texte.layouts_arr.app.unlocks')}}
{{__('texte.layouts_arr.app.reported_problems')}}
{{__('texte.layouts_arr.app.inventories')}}
{{__('texte.layouts_arr.app.stock_transfers')}}
{{__('texte.layouts_arr.app.mobile_views')}}
@endif
{{ config('app.name', 'Склад') }}
@if (Auth::guest())
{{__('texte.layouts_arr.app.enter')}}
@else
{{__('texte.layouts_arr.app.exit')}}
{{ csrf_field() }}
@endif
@yield('content')