{{$demande->intervention->user->fullname}}

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

EmetteurAdressé à :

{{$demande->intervention->user->raison_sociale}}
{{$demande->intervention->user->fullname}}
Siret : {{$demande->intervention->user->siret}}

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

Agissant pour le compte de : {{$demande->nomcomplet_client}} - {{($demande->adressecomplete_client)}} @if ($demande->siret_client)
- siret : {{$demande->siret_client}} @endif

Désignation puht txTVA TVA montant TTC
{!!nl2br($demande->intervention->descriptif)!!} {{number_format($montant_prestation_ht,2,","," ")}} {{number_format($societe->tva_travaux->taux,2,',',' ')}}% {{number_format($montant_tva,2,',',' ')}} {{number_format($demande->intervention->montant_prestation_ht + $societe->tva_travaux->taux * $demande->intervention->montant_prestation_ht/100,2,',',' ')}}

Conditions de règlement

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

Totaux

Total HT {{number_format($montant_prestation_ht,2,","," ")}}
TVA taux {{number_format($societe->tva_travaux->taux,2,","," ")}}% {{number_format($montant_tva,2,","," ")}}
Total TTC {{number_format($montant_prestation_ttc,2,","," ")}}