@extends('backoffice.doctor.layout') @section('content')
| N° | Médecin | Patient | Diagnostique | Action | |||
|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $patientBulletin->doctor->getFullName() ?? '' }} | {{ $patientBulletin->patient->getFullName() ?? '' }} | {{ $patientBulletin->diagnostic ?? '' }} |
|
|||
| Aucun bulletin | |||||||