Numero : {{ $reference }}
Date : {{ $documentDate->format('d/m/Y') }}
@if($brief->project?->name)Projet : {{ $brief->project->name }}
@endifNos 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() }}
@endifClient
@if($client){{ $client->company_name ?? $client->name }}
@if($client->company_name){{ $client->name }}
@endif @if(!empty($client->matricule_fiscal))MF: {{ $client->matricule_fiscal }}
@endif @if(!empty($client->adresse)){{ $client->adresse }}
@endif @if(!empty($client->email)){{ $client->email }}
@endif @if(!empty($client->phone_number)){{ $client->phone_number }}
@endif @else—
@endif| Description | Qté | Prix unitaire | TVA (%) | Total HT |
|---|---|---|---|---|
| {{ $lineDescription }} | {{ number_format($totals['quantity'], 0, ',', ' ') }} | {{ number_format($totals['unit_price'], 3, ',', ' ') }} | {{ $totals['tva_rate'] }}% | {{ number_format($totals['total_ht'], 3, ',', ' ') }} |
{{ $netAmountInWords }}.
@if($companyAddresses->isNotEmpty() || $printFooterText !== '') @endif