@include('doctor-sidebar')
@foreach ($approvedConsultations as $consultation) {{-- --}} @endforeach
Nama Lengkap Lokasi Gender Email Berat Badan Tinggi Badan Action
{{ $consultation->patient->name }} {{ $consultation->location }} {{ $consultation->patient->gender }} {{ $consultation->patient->email }} {{ $consultation->patient->healthDatas->last()->weight ?? 'N/A'}} {{ $consultation->patient->healthDatas->last()->height ?? 'N/A'}}{{ $item->updated_at->format('d F Y') }} assignment_add chat