@if(env('CODE_SITE') == 'EFFIMAINTENANCE')   Marge théorique sur devis : {!! number_format(@$dataStats['marge_devis_notrefused_pct'], 2, ',', ' ') !!} %                        Marge théorique sur factures {!! number_format(@$dataStats['marge_facture_pct'], 2, ',', ' ') !!} %    @endif

@foreach ($cus_quotes as $cus_quote) @endforeach
# {{ __("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
@if ( Route::current()->getName()=='editIntCusQuo_edit' )


{{ __("Détail du devis client") }}

@csrf {{ csrf_field() }} {{--
{{ __("Date du devis") }} : {{ date('d/m/Y', strtotime($customer_quote->cusQuo_achievementDate))}}

--}}
@component('components.dates.select_simple',['label' => 'Date du devis', 'value' => @$cusQuo_detail->cusQuo_achievementDate, 'name' => 'cusQuo_achievementDate','required' => 'false']) @endcomponent
@component('components.select.select_status',['status' =>$status_cusQuo,'value' => $customer_quote->sta_id, 'pref_name' => 'cusQuo_','search' => 'true','emptyValue' => 'true']) @endcomponent
@component('components.select.select_tva',['tvas' => @$tvas,'value' => @$customer_quote->tva_id,'search' => 'false','emptyValue' => 'true', 'required' => 'true']) @endcomponent
@if(env('CODE_SITE') == 'SEQUOIA')
@endif @component('components.cb_ouinon',[ 'title' => 'Envoyé', 'name' => 'cusQuo_sended', 'value' => @$cusQuo_detail->cusQuo_sended ]) @endcomponent

@csrf {{ csrf_field() }} @component('components.dates.select_simple',['label' => 'Date réponse', 'value' => date_en_fr(@$customer_quote->cusQuo_replyDate), 'name' => 'cusQuo_replyDate','required' => 'false']) @endcomponent
@component('components.select.select_status',['status' =>$status_cusQuo,'value' => $customer_quote->sta_id, 'pref_name' => 'cusQuo_','search' => 'true','emptyValue' => 'true']) @endcomponent
@if ( ($customer_quote->intFil_id_bpa!=null) && isset($fileBPA) ) {{ __("Fichier actuel :") }}{{ $fileBPA->intFil_oldName }}

@endif
{{ __("Aperçu du devis") }}
{!! $tableaudetail !!}
@endif
@push('custom-scripts') @endpush @include('modales.interventions.delete_cusQuo')