Manage Notification

Back
@can('User access') @foreach($notifications as $notify) @endforeach @endcan
Id Sender Receiver Sender Role Receiver Role Title Read Status Receive_at Details
#{{ $notify->id ?? ''}} @if ($notify->sender_role == 1) {{ $notify->client_name ?? 'N/A' }} @elseif ($notify->sender_role == 2) {{ $notify->provider_name ?? 'N/A' }} @endif Admin @if($notify->sender_role == 2) Service Provider @elseif($notify->sender_role == 1) Client @else N/A @endif Admin {{ $notify->title ?? ''}} @if($notify->read_status == 1) Read @else Unread @endif {{ $notify->created_at ?? ''}} @can('User edit') View @endcan