Notification Details

Back to Notifications
{{ date('F j, Y', strtotime($notifications[0]->created_at)) }}
Read
@if($notifications[0]->sender_role == 2) @elseif($notifications[0]->sender_role == 1) @else @endif

From: @if($notifications[0]->sender_role == 2) Service Provider @if(isset($notifications[0]->provider_name)) ({{ $notifications[0]->provider_name }}) @endif @elseif($notifications[0]->sender_role == 1) Client @if(isset($notifications[0]->client_name)) ({{ $notifications[0]->client_name }}) @endif @else {{ $notifications[0]->sender_role }} @endif

{{ $notifications[0]->title ?? 'No Title' }}

{{ $notifications[0]->message ?? 'No message content available.' }}