@extends('backoffice.doctor.layout') @section('content')

Bulletin patient

Ajouter
@forelse ($prescriptions as $prescription) @empty @endforelse
Patient Description Fichier Date Action
{{ $loop->index + 1 }} {{ $prescription->patient->getFullName() ?? '-' }} {{ $prescription->description ?? '-' }} Voir fichier {{ $prescription->created_at->format('d/m/Y') }}
Aucun ordonnance
{{ $prescriptions->links() }}
@include('backoffice.includes.modals.delete-modal') @endsection @section('scripts') @endsection