Manage Send Notification

@can('User create') Send Notification @endcan Back


@can('User access') @foreach ($adminNotification as $notification) @endforeach @endcan
Id Sender Receiver Message Send at Action
{{ $notification->id }} Admin {{ ucfirst($notification->recipient_type) }} {{ $notification->message }} {{ $notification->created_at->format('d-M-Y') }} @can('User edit') View @endcan @can('User delete')
@csrf @method('DELETE')
@endcan