@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 Service Montant Net à payer Paiement Solde
{{$invoice->created_at->format("d-m-Y H:i") ?? '-' }} {{ $invoice->hospitalService->name }} {{ $totals }} {{ $invoice->currency }} {{ $totals - $total_active_invoice_payments }} {{ $invoice->currency }} {{ $total_active_invoice_payments }} {{ $invoice->currency }} {{ $formattedStatus }}

Arreté le présent reçu à la somme de {{ $number }} {{$invoice->currency}}

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