{{ __('messages.my_notifications') }}
@if (session('status')) @endif
@forelse($notifications as $notification) @php $title = __($notification->data['title'] ?? __('messages.notification')); $message = __($notification->data['message'] ?? __('messages.default_notification_message'), $notification->data['message_params'] ?? []); @endphp @empty @endforelse
{{ __('messages.status') }} {{ __('messages.notification') }} {{ __('messages.date') }} {{ __('messages.actions') }}
@if($notification->read_at) mail_outline @else mail @endif
{{ $title ?? __('messages.notification') }}

{{ $message ?? __('messages.default_notification_message') }}

{{ $notification->created_at->diffForHumans() }}
{{ $notification->created_at->format('M d, Y h:i A') }}
@if($notification->data['url'] ?? null) @endif @if(!$notification->read_at) @endif
notifications_none

{{ __('messages.no_notifications_found') }}

@if($notifications->hasPages())
@endif