| # | {{ __('Title') }} | {{ __('Status') }} | {{ __('Date') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $loop->iteration + ($notifications->currentPage() - 1) * $notifications->perPage() }} | {{ $notification->created_at->format('Y-m-d H:i') }} |
@if(!$notification->read_at)
@else
@endif
@can('notifications delete')
@endcan
|
||
| {{ __('No notifications found.') }} | ||||