{{$societe->enseigne}}

Facture n°{{$demande->num_facture}}

Date : {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $demande->date_facture,'UTC')->timezone('America/Martinique')->isoFormat('L') }}

EmetteurAdressé à :

{{$societe->raison_sociale}}
{{$societe->adresse}}
{{$societe->code_postal}} {{$societe->commune}}
Siret : {{$societe->siret}}

{{$demande->nomcomplet_client}}
{!!nl2br($demande->adressecomplete_client)!!} @if ($demande->siret_client)
Siret : {{$demande->siret_client}} @endif

Détail des travaux

{!!nl2br($demande->intervention->descriptif)!!}

@foreach ($ligne_demandes as $ligne_demande) @endforeach
Désignation puht txTVA TVA montant TTC
{{$ligne_demande['libelle']}} {{number_format($ligne_demande['montant_ht'],2,',',' ')}} {{number_format($ligne_demande['taux_tva'],2,',',' ')}}% {{number_format($ligne_demande['montant_tva'],2,',',' ')}} {{number_format($ligne_demande['montant_ttc'],2,',',' ')}}

Conditions de règlement

{{$demande->pcent_acompte}} % à la commande
Solde à la réception des travaux

Bon pour accord le {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $demande->date_facture,'UTC')->timezone('America/Martinique')->isoFormat('LL') }} @if(false && $image) @endif

Totaux

Total HT {{number_format($totalDemandeHT,2,","," ")}}
@foreach ($totauxTVA as $taux=>$montant_tva) @endforeach
TVA taux {{number_format($taux,2,","," ")}}% {{number_format($montant_tva,2,","," ")}}
Total TTC {{number_format($totalDemandeTTC,2,","," ")}}

Règlements

@foreach ($demande->paiements as $paiement) @endforeach
Date et mode paiement Montant réglé
{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $paiement->date_paiement)->isoFormat('L') }} par {{$paiement->modePaiement->libelle}} {{number_format($paiement->montant,2,","," ")}}