@extends('layouts.app') @section('content')

Notifications

@foreach($notifications as $i => $notification) @endforeach
SN# Title Description Image Created At Updated At Send Actions
{{ $i+1 }} {{ $notification->title }} {{ $notification->description }} @if($notification->image) Noti Image @else --- @endif {{ $notification->created_at->format('d M Y h:i A') }} {{ $notification->updated_at->format('d M Y h:i A') }}
@csrf @method('DELETE')
@push('scripts') @endpush @endsection