{{ session('success') }}
@endif
@if(session()->has('error'))
{{ session('error') }}
@endif
{{ $slot }}
@if(request()->routeIs('dashboard', 'reports.general')) @endif @fluxAppearance @vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles
{{ auth()->user()->name }}
{{ auth()->user()->role->label() }}
Последние уведомления
Все{{ $notification->data['title'] ?? 'Уведомление' }}
{{ $notification->data['message'] ?? '' }}
@emptyНовых уведомлений нет.
@endforelse