@php use Carbon\Carbon; @endphp @push('styles') @endpush
{{-- --}}
Matricule : {{$patient->matricule}} No enregistrement : {{ $invoice->registered_number ?? '-' }}
NOM(S) : {{ $patient->birth_name }} PRÉNOM(S) : {{ $patient->first_name }} NEP : NEP
Age : {{ $patient->age ?? ''}} Sexe : {{ $patient->gender === 'M' ? 'Masculin': 'Féminin' }}
Assuré(e) : {{$patient->insurances()->exists() ? 'Oui' : 'Non' }} Assureurs : @if($patient->insurances()->exists()) {{ Str::limit($patient->insurances()->with('insuranceProvider')->first()->insuranceProvider->name, 15) }} @endif
Cassier(e) : {{ $cashier_profile->first_name . ' ' . $cashier_profile->last_name }} No reçu : {{ $invoice->receipt_number }}
Date/Heure Montant Type Méthode de paiement Status
{{$payment->created_at->format("d-m-Y H:i") ?? '-' }} {{ $payment->amount }} {{ $invoice->currency }} {{ $formattedPaymentType }} {{ $formattedMethodOfPayment }} {{ $formattedPaymentStatus }}
@section('qr')
QRid)) }}">
@endsection