{{ __('Notifications') }}
@forelse ($notifications as $notification)
notifications
{{ $notification->message }}
{{ toDiffForHumans($notification->created_at) }}
@empty
{{ __('No notifications available') }}
@endforelse
{{ __('See All') }} ({{ $notifications_count_all }}) {{ __('Mark All as Read') }}