Numero facture: {{ $invoice->number }}
Date: {{ $invoice->generated_at?->format('d/m/Y') }}
Nos informations
{{ config('app.name', 'Entreprise') }}
@if(!empty($companySetting?->matricule_fiscal))MF: {{ $companySetting->matricule_fiscal }}
@endif @if($companyAddresses->isNotEmpty()){{ $companyAddresses->first()['city'] ?? '' }}{{ !empty($companyAddresses->first()['city']) && !empty($companyAddresses->first()['address']) ? ', ' : '' }}{{ $companyAddresses->first()['address'] ?? '' }}
@endif @if($companyEmails->isNotEmpty()){{ $companyEmails->first() }}
@endif{{ $billClient?->company_name ?? ($billClient?->name ?? '-') }}
@if(!empty($billClient?->matricule_fiscal))MF: {{ $billClient?->matricule_fiscal }}
@endif @if(!empty($billClient?->adresse)){{ $billClient->adresse }}
@endif @if(!empty($billClient?->email)){{ $billClient?->email }}
@endif @if(!empty($billClient?->phone_number)){{ $billClient?->phone_number }}
@endifImprimez la facture ou l’annexe (détail par brief) avec les boutons ci-dessus — deux impressions distinctes.
| Description | Qté | Prix unitaire | TVA (%) | Total HT |
|---|---|---|---|---|
|
{{ $demandePrintDescription ? $demandePrintDescription : $demandeDefaultLabel }}
|
{{ $qty }} | {{ number_format($unitHt, 3, ',', ' ') }} | {{ $lineTva }}% | {{ number_format($sumLineHt, 3, ',', ' ') }} |
| Aucune ligne de facture. | ||||
{{ \App\Support\FrenchAmountFormatter::inDinars((float) ($invoice->total_amount ?? $netAPayer)) }}.
Facture {{ $invoice->number }} — {{ $invoice->generated_at?->format('d/m/Y') }}
| Description | Qté | Prix unitaire | TVA (%) | Total HT |
|---|---|---|---|---|
|
{{ $briefPrintDescription ? $briefPrintDescription : $briefDefaultTitle }}
@if($b?->project?->name)
{{ $b->project->name }} @endif |
{{ $quantity }} | {{ number_format($unitPrice, 3, ',', ' ') }} | {{ $lineTva }}% | {{ number_format($lineTotalHt, 3, ',', ' ') }} |