{{ strtoupper ($client->name)}} |
@php
if ($type == 1)
{
$companyName = $configurations->where("label","CompanyName")->first()->value;
$codeTva = $configurations->where("label","Code TVA")->first()->value;
}else{
$companyName = $configurations->where("label","SecondCompany")->first()->value;
$codeTva = $configurations->where("label","CodeTvaPara")->first()->value;
}
@endphp
{{$companyName}} |
{{$client->adress}} | {{$configurations[2]->value}} |
{{$client->city}} | {{$configurations[3]->value}} |
Code TVA : {{$codeTva}} |
Facture N° : {{$bill}} | Date : {{$date}} |
REF ARTICLE | DESIGNATION | QTÉ | P.U.HT | TOTAL H.T | TVA |
---|---|---|---|---|---|
{{$row['ART']}} | {{$row['DESIG']}} | {{$row['QTS']}} | {{$row['PRHT']}} | {{$row['PRHT']*$row['QTS']}} | {{$row['TAUXTVA']}} |
Total BRUT | {{$brut}} | ||||
---|---|---|---|---|---|
Total REMISE | {{$remise}} | ||||
Total HT | {{$ht}} | ||||
Total TVA | {{$tva}} | ||||
Total TTC | {{$timbre}} | ||||
Total TTC | {{$ttc}} |
Arrétée la présente Facture à la somme de : {{$price_lettres}} |
---|