View Notification

Back

Admin

{{ $notification->created_at->format('F j, Y') }}

@if ($notification->sender_role == 1)

{{ $notification->client_name ?? 'N/A' }}

@elseif ($notification->sender_role == 2)

{{ $notification->provider_name ?? 'N/A' }}

@endif

{{ $notification->title }}

{{ $notification->message }}