@extends('backoffice.doctor.layout') @section('content')
| N° | Patient | Description | Fichier | Date | Action | ||
|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $prescription->patient->getFullName() ?? '-' }} | {{ $prescription->description ?? '-' }} | Voir fichier | {{ $prescription->created_at->format('d/m/Y') }} |
|
||
| Aucun ordonnance | |||||||