{{ __('messages.my_notifications') }}
@if (session('status'))
@if($notifications->hasPages())
@endif
{{ Session::get('status') }}
@endif
| {{ __('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') }} |
|||