| # | {{ __("Etat") }} | {{ __("Réalisation le") }} | {{ __("Réponse client le") }} | {{ __("HT") }} | {{ __("TVA") }} | {{ __('Fichiers') }} | {{ __('Facture') }} | Actions |
|---|---|---|---|---|---|---|---|---|
| {!! $cus_quote->cusQuo_number !!} | {!! $cus_quote->sta_nameFr !!} | {{ $cus_quote->cusQuo_createdDate!='' ? date('d/m/Y', strtotime($cus_quote->cusQuo_createdDate)) : '' }} | {{ $cus_quote->cusQuo_replyDate!='' ? date('d/m/Y', strtotime($cus_quote->cusQuo_replyDate)) : '' }} | {{ number_format((float)$cus_quote->cusQuo_amountHT, 2, '.', ' ') }} € | {!! $cus_quote->cusQuo_tva !!}% | @if ($cus_quote->intFil_id_bpa!='') @endif | @if ($cus_quote->cusInv_id!='') {{ __("Voir") }} @else @endif | @if ( Route::current()->getName() =='editIntCusQuo_edit' ) @else @endif |