@foreach ($cus_quotes as $cus_quote) @endforeach
# {{ __("Etat") }} {{ __("Date de réalisation") }} {{ __("Date réponse client") }} {{ __("Montant HT") }} 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, ',', ' ') !!} € Voir le devis @if (($cus_quote->sta_id!=Session::get('sta_accepted_cusquo')) && ($cus_quote->sta_id!=Session::get('sta_refused_cusquo')) ) @endif
@include('modales.interventions.valid_cusQuo', ['page' => 'interventions'])