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