@vite(['resources/css/app.css', 'resources/js/app.js']) {{ __('Начало') }} @can('manage_resellers') {{ __('Търговци') }} @endcan @can('manage_accounting') {{ __('Счетоводители') }} @endcan {{ __('Обекти') }} {{ __('Repository') }} {{ __('Documentation') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }} {{ auth()->user()->email }}
{{ __('Settings') }}
@csrf {{ __('Log Out') }}
{{ $slot }} @fluxScripts