@php $title = 'Facture De Location De Vehicule'; @endphp
|
{{ \App\Models\Setting::getValue('company_corporate_name') }}
RC:
{{ \App\Models\Setting::getValue('company_trade_register_number') }} .
Patente:
{{ \App\Models\Setting::getValue('company_license_number') }} .
IF:
{{ \App\Models\Setting::getValue('company_business_license') }} .
ICE:
{{ \App\Models\Setting::getValue('company_unique_identifier_of_the_company') }} .
CNSS:
{{ \App\Models\Setting::getValue('company_national_social_security_fund') }}
|
|
|
| Désignation | De | Au | Montant HT |
|---|---|---|---|
|
*Location de véhicule
{{ $lldCommande->carBrand->name ?? null }}
Modèle
{{ $lldCommande->carModel->name ?? null }}
Immatricule
{{ $car->registration_number ?? null }}
Du
{{ \Carbon\Carbon::parse($lldContrat->departure_date)->format('d/m/Y') }}
.Au
{{ \Carbon\Carbon::parse($lldContrat->arrival_date)->format('d/m/Y') }}
Catégorie:
{{ $lldContrat->car->carCategory->name ?? null }}
|
{{-- De --}}
{{ $de }} | {{-- Au --}}{{ $au }} | {{-- Montant HT --}}{{ $lldCommande->loyer_mensuel }} |
|