@lang('Type') | @lang('Received at') | ||
---|---|---|---|
@if(!$notification->read_at) @endif |
|
{{ $notification->created_at->diffForHumans() }}
{{ $notification->created_at->format(__('Y-m-d g:i A')) }}
|
@if(!$notification->read_at) @endif |
@lang('No notifications received yet!') |