@extends('main') @section('content')
Notifications
@foreach ($notifications as $notification) @method('DELETE') @csrf @endforeach
ID Details Status Created Action

{{ $notification->id }}

user1
{{ $notification->title }}

{{ $notification->message }}

status==0) checked @endif>
{{date('d M, y',strtotime($notification->created_at))}}
{{ $notifications->links() }}
@endsection