@foreach($notifications as $notification) @endforeach
Title Message Status Date Action
{{ $notification->title }} {{ $notification->message }} {{ ucfirst($notification->status) }} {{ \Carbon\Carbon::parse($notification->date)->format('Y-m-d H:i:s') }} Edit
@csrf @method('DELETE')