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

Résultat examen de de l'imagerie

Désignation Commentaire
{{ $result?->imagingExamCoupon?->patientImagingExamPrescription?->imagingExam?->name }} {{ $result->description }}
@section('qr')
QRid)) }}">
@endsection