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

Notification list

Send Notification
@foreach ($notifications as $notification) @endforeach
Message Sender Receiver Status Date and Time
{{$notification->message}} {{$notification->group->group_name}} Sent {{$notification->created_at}}
@endsection