@if($receiver)
{{ class_basename(get_class($receiver)) }}
{{ $receiver->fullname ?? __('Unknown') }}
@if($row->notification_type === 'email') {{ $receiver->email ?? __('Unknown email') }} @elseif($row->notification_type === 'sms') {{ $receiver->phone_mobile ?? __('Unknown phone') }} @endif
@else {{ __('Unknown recipient') }} @endif