@foreach ($cus_invoices as $cus_inv) @endforeach
# {{ __("Etat") }} {{ __("Date de réalisation") }} {{ __("Date d'échéance") }} {{ __("Payée") }} {{ __("Date de règlement") }} {{ __("Montant HT") }} {{ __("Montant TTC") }} Actions
{!! $cus_inv->cusInv_number !!} {!! $cus_inv->sta_nameFr !!} {{ $cus_inv->cusInv_achievementDate!='' ? date('d/m/Y', strtotime($cus_inv->cusInv_achievementDate)) : '' }} {{ $cus_inv->cusInv_deadlineDate!='' ? date('d/m/Y', strtotime($cus_inv->cusInv_deadlineDate)) : '' }} {!! $cus_inv->cusInv_payed=='1' ? 'oui' : 'non' !!} {{ $cus_inv->cusInv_paymentDate!='' ? date('d/m/Y', strtotime($cus_inv->cusInv_paymentDate)) : '' }} {!! number_format((float)$cus_inv->cusInv_amountHT, 2, '.', ' ') !!} {!! number_format((float)$cus_inv->cusInv_amountTTC, 2, '.', ' ') !!} Voir la facture