| Date | Professionnel en charge | Patient | Temperature | Tension | Diagnostic | Ordonnance | Actions |
|---|---|---|---|---|---|---|---|
| {{ $data->datetime->translatedFormat('D d M Y à H:i') }} | {{ $data->user->name }} | {{ $data->patient->name }} | {{ $data->temperature ? $data->temperature . ' C' : '—' }} | {{ $data->tension ? $data->tension . ' mmHg' : '—' }} | @if($data->description) Voir @else — @endif | @if($data->prescription) invoice()) data-download-link="{{ route('invoices.download', [$data->invoice()->custom_id, 'prescription']) }}" @endif>Voir @else — @endif | @if($data->invoice()) @endif |