@props(['title' => 'Dashboard', 'subtitle' => null]) @php $brandName = trim((string) ($siteSettings['site_name'] ?? '')); $brandName = $brandName !== '' ? $brandName : config('app.name', 'SnapNest'); $adminLogo = $siteSettings['admin_logo'] ?? null; $favicon = $siteSettings['favicon'] ?? null; @endphp
{{ __('Live Notifications') }}
@can('viewAny', \App\Models\ActivityLog::class) {{ __('View all') }} @else {{ __('View all') }} @endcan{{ __('No notifications yet.') }}
{{ __('Account') }}
{{ session('error') ? __('Action blocked') : __('Success') }}
{{ session('error') ?? session('status') }}