Date | Résumé | @if($persopro == "professionnel")Moyen | @else@endif @if($totalHT > 0) | HT | TTC | @elseMontant | @endifActions | |
---|---|---|---|---|---|---|---|---|
{{ $ligne->ladate }} | {!! wordwrap($ligne->getResume(),90," ") !!} |
@if($persopro == "professionnel")
{!! wordwrap($ligne->moyenPaiement()->first()->label,90," ") !!} |
@else
@endif @if($ligne->ht > 0) | {{ nbFR($ligne->ht) }}{{ {{ $currency }} | @else@endif | {{ nbFR($ligne->ttc) }}{{ $currency }} | @if($status == 1) Éditer | Supprimer @else - @endif | |
Total {{ $totalKMs }} | @if($totalHT > 0){{ nbFR($totalHT) }}{{ $currency }} | @else@endif | {{ nbFR($totalTTC) }}{{ $currency }} |
Récapitulatif {{ $recap }} |
|
---|---|
Total {{ $type->label }} | {{ nbFR($total) }}{{ $currency }} |
Total global ({{ $persopro }}) | {{ nbFR($grandTotal) }}{{ $currency }} |