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

@forelse ($notifications as $notification) @empty @endforelse
{{ __('notification.title') }} {{ __('notification.message') }} {{ __('notification.date') }} {{ __('common.actions') }}
{{ $notification->data['title'] }} {{ $notification->data['body'] }}
  • @csrf @method('PATCH')
  • @csrf @method('DELETE')
  • {{ __('notification.no-notifications') }}
    {{ $notifications->links('partials.pagination') }}