{{ __('notifications.notifications') }}

    @forelse($notifications as $notification)
  • {{ $notification->Notification->title }}

    {{ $notification->Notification->body }}

    {{ CheckDateTime($notification->created_at, 'show', 'DateTime') }}

    {{ is_null($notification->dismissed_at) ? __('notifications.unread') : __('notifications.read') }}

    @if(is_null($notification->dismissed_at)) @endif
  • @empty @endforelse