@php $title = 'Facture De Location De Vehicule'; @endphp {{ $title }} prints_count) > 1) style="background: url({{ public_path('/default/images/duplicata.jpg') }});" @endif>
Tetouan le: {{ date('d/m/Y') }}
FACTURE N°: {{ $lldFacture->ref }}
Réf Contrat N°: {{ $lldContrat->ref }}
{{ \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') }}

Client: {{ $client->full_name }}
ICE: {{ $client->common_business_identifier }}
Adresse: {{ $client->address }}




{{-- Désignation --}} {{-- De --}} {{-- Au --}} {{-- Montant HT --}}
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 }} {{ $au }} {{ $lldCommande->loyer_mensuel }}

TOTAL H.T
{{ $lldCommande->loyer_mensuel }}
TVA ({{ 20 }}%)
{{ get_tax_amount($lldCommande->loyer_mensuel, 20) }}
TOTAL TTC
{{ $lldCommande->loyer_mensuel_ttc }}



Arrêtée la présente facture à la somme de {{ $lldCommande->loyer_mensuel_ttc }} TTC
({{ number_to_text($lldCommande->loyer_mensuel_ttc, false) }}) Toutes taxes comprises


{{-- Raison sociale --}} {{ \App\Models\Setting::getValue('company_corporate_name') }}. {{-- Capital --}} {{ __('With Capital Of') }} {{ \App\Models\Setting::getValue('company_capital') }} {{ \App\Models\Setting::getValue('company_currency') }}. {{-- RC --}} {{ __('RC') }}: {{ \App\Models\Setting::getValue('company_trade_register_number') }}. {{-- Patente --}} {{ __('Patente') }}: {{ \App\Models\Setting::getValue('company_license_number') }}. {{-- IF --}} {{ __('IF') }}: {{ \App\Models\Setting::getValue('company_business_license') }}. {{-- ICE --}} {{ __('Company Identifier') }}: {{ \App\Models\Setting::getValue('company_unique_identifier_of_the_company') }}. {{-- CNSS --}} {{ __('National Social Security Fund') }}: {{ \App\Models\Setting::getValue('company_national_social_security_fund') }}.
{{-- Siège social / Adresse --}} {{ __('Head Office') }}: {{ \App\Models\Setting::getValue('company_address') }}. {{-- Code postal --}} {{ __('Postal Code') }}: {{ \App\Models\Setting::getValue('company_postal_code') }}. {{-- Phone --}} {{ __('Phone') }}: {{ \App\Models\Setting::getValue('company_phone') }}. {{-- Site --}} {{ __('Site') }}: {{ \App\Models\Setting::getValue('company_site') }}.