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

Bulletin patient

Ajouter
@forelse ($patientBulletins as $patientBulletin) @empty @endforelse
Médecin Patient Diagnostique Action
{{ $loop->index + 1 }} {{ $patientBulletin->doctor->getFullName() ?? '' }} {{ $patientBulletin->patient->getFullName() ?? '' }} {{ $patientBulletin->diagnostic ?? '' }}
Aucun bulletin
{{ $patientBulletins->links() }}
@include('backoffice.includes.modals.delete-modal') @endsection @section('scripts') @endsection