| Date | Professionnel en charge | Patient | Email du Patient | Téléphone du Patient | Temperature | Diagnostic | Résumé Docteur IA | Ordonnance | Durée | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $data->created_at->translatedFormat('D d M Y à H:i') }} | {{ $data->user->name }} | {{ $data->patient->name }} | {{ $data->patient->email ?? '—' }} | {{ $data->patient->tel ?? '—' }} | {{ $data->temperature ?? '—' }} C | @if($data->description) Voir @else — @endif | @if($data->ai_description) Voir @else — @endif | @if($data->prescription) invoice()) data-download-link="{{ route('invoices.download', [$data->invoice()->custom_id, 'prescription']) }}" @endif>Voir @else — @endif | {{ gmdate('H:i:s', $data->duration) }} | @if($data->invoice()) @endif {{-- --}} {{-- --}} {{-- --}} |