@php use Carbon\Carbon; @endphp @push('styles') @endpush
{{-- --}} {{-- --}}
NIP : {{$coupon->patient->matricule}} NEP : NEP Date : {{ strtoupper(Carbon::parse($coupon->created_at)->isoFormat('DD MMM YYYY')) ?? '-' }}
NEP : {{ $coupon->nep }} Sexe : {{ $coupon->patient->gender === 'M' ? 'Masculin': 'Féminin' }}
NOM(S) : {{ $coupon->patient->birth_name . ' ' . $coupon->patient->marital_name }} Assuré(e) : {{$coupon->patient->insurances()->exists() ? 'Oui' : 'Non' }}
Prénom(s) : {{ $coupon->patient->first_name }} Assureurs : @if($coupon->patient->insurances()->exists()) {{ Str::limit($coupon->patient->insurances()->with('insuranceProvider')->first()->insuranceProvider->name, 15) }} @endif
Age : {{ $coupon->patient->age ?? ''}} Profession : {{ $coupon->patient->profession }}
Praticien : {{ $coupon?->patientLabExamPrescription?->person?->profile?->full_name ?? '-' }}

BON D'EXAMEN DE L'IMAGERIE

EXAMEN DEMANDÉ :
{{$coupon->imagingExam->name}}
Prix de l'examen :
{{$price?->cash ?? '-'}} {{ $price ? $hospital->currency : '' }}

INFORMATION : {{ $coupon->clinical_information ?? '' }}

@section('qr')
QRid)) }}">
@endsection