@isset($owner_contract->ownCon_id)
@method('PATCH') @else @endisset @csrf
@component('components.cb_ouinon',[ 'title' => 'Exonération de taxe', 'name' => 'ownCon_exo', 'value' => @$owner_contract->ownCon_exo ]) @endcomponent
@component('components.select.select_sig_sec_site',['signs' => '', 'customers' => '', 'signs' => @$signs, 'secteurs' => @$secteurs, 'sites' => @$sites, 'sig_value' =>@$owner_contract->sig_id, 'sec_value' => @$id_secteur, 'sit_value' => @$owner_contract->sit_id, 'required' => array(false,false,false), 'search' => array(true,true,true), 'multiples' => array(false,false,false), 'emptyValues' => array(false,false,false), 'initialiser' => true, 'options_all' => true, ]) @endcomponent @component('components.select.select_owner',['name' =>'own_id','owners' => @$owners,'value' =>@$owner_contract->own_id,'search' => 'true','emptyValue' => 'true']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de début','value' => @$owner_contract->ownCon_startDate,'name' => 'ownCon_startDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de fin','value' => @$owner_contract->ownCon_endDate,'name' => 'ownCon_endDate']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de création','value' => @$owner_contract->ownCon_date,'name' => 'ownCon_date']) @endcomponent