@yield('page-title', __('app.app_name'))
@if ($unreadNotificationsCount > 0)
{{ $unreadNotificationsCount }}
@endif
@endauth
@guest
{{ __('app.login') }}
@endguest
-
{{ __('app.notifications') }}
@if($unreadNotificationsCount > 0) {{ __('app.mark_all_as_read') }} @endif -
@if(!$notification->read_at) {{ __('app.new') }} @endif
{{ $notification->data['title'] ?? __('app.notification_new_default_title') }}
{{ $notification->created_at->diffForHumans() }}{{ $notification->data['message'] ?? __('app.notification_details_default') }}
@empty
- {{ __('app.no_notifications') }} @endforelse
- {{ __('app.view_all') }}
@yield('content')