{{--
--}}
{{-- --}}
| Id | Patient Name | Therapist Name | Patient Messages Sent | Therapist Messages Sent | Last Message Time | Subscription |
|---|---|---|---|---|---|---|
| {{$row->id}} | {{isset($row->patient->first_name) ? $row->patient->first_name." ". $row->patient->last_name : ""}} | {{isset($row->therapist->first_name) ? $row->therapist->first_name." ". $row->therapist->last_name : ""}} | {{$row->patient_message_count}} | {{$row->therapist_message_count}} | {{$row->last_message_time}} | {{$row->subscription == 1 ? "Y" : "N"}} | @endforeach --}}