@foreach ($cus_quotes as $cus_quote) @endforeach
# {{ __('Etat') }} {{ __('Réalisation le') }} {{ __('Réponse client le') }} {{ __('HT') }} {{ __('TVA') }} {{ __('Fichiers') }} {{ __('Facture') }} {{ __('Envoyé') }} {{ __('Actions') }}
{!! $cus_quote->cusQuo_number !!} {!! $cus_quote->sta_nameFr !!} {{ $cus_quote->cusQuo_achievementDate!='' ? date('d/m/Y', strtotime($cus_quote->cusQuo_achievementDate)) : '' }} {{ $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 ( (env('ACTIVE_TECHNICIENS') == '1') ) {{-- && ($cus_quote->sta_id==Session::get('sta_accepted_cusquo')) --}} @endif @if ( ($cus_quote->cusInv_id!='') && ($cus_quote->cusInv_id!='0')) {{ __('Voir') }} @else @endif @if( $cus_quote->cusQuo_sended=='1') {{ __('oui') }} @else {{ __('non') }} @endif @if ((Session::get('admin_delete_only')=='non') || ((Session::get('admin_delete_only')=='oui') && (Auth::user()->role=="admin")) ) @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',['label' => '','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
@component('components.dates.select_simple',['label' => 'Date envoi', 'value' => @$cusQuo_detail->cusQuo_sendedDate, 'name' => 'cusQuo_sendedDate','required' => 'false']) @endcomponent

@csrf {{ csrf_field() }} @component('components.dates.select_simple',['label' => 'Date réponse', 'value' => @$customer_quote->cusQuo_replyDate, 'name' => 'cusQuo_replyDate','required' => 'false']) @endcomponent
@component('components.select.select_status',['label' => '','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') }}
@if(env('ACTIVE_DEVISTYPES')=='1') @endif {!! $tableaudetail !!}
@endif
@push('custom-scripts') @endpush @include('modales.interventions.delete_cusQuo') @isset($cusQuo_detail->cusQuo_id) @endisset