Manage Send Notification
@can('User create') Send Notification @endcan Back
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') @endcan |