@extends('main') @section('content')
Whatsapp Message
@foreach ($messages as $notification) @method('DELETE') @csrf @endforeach
ID Details Type Created Action

{{ $notification->id }}

user1

{{ $notification->msg }}

{{ $notification->type }} {{date('d M, y',strtotime($notification->created_at))}}
{{ $messages->links() }}
@endsection