@include('helpers.ChiffresEnLettres')
@php $company = auth()->user()->company; @endphp
|
|||
ORDONNANCE MÉDICALEPatient : {{ $data->patient->name }}, {{ $data->patient->tel }} {{ $data->patient->assured ? '(Assuré)' : '' }} |
|||
|
{!! $data->consultation->prescription !!}
|
|||
| Signature du Patient |
Signature
@if($company->signature)
Dr. {{ $company->doctor }} |
| {!! $company->header !!} | {!! $company->footer !!} |