@method('PATCH') @csrf
@component('components.cb_ouinon',[ 'title' => 'Contrat / bail actif ?', 'name' => 'ownCon_active', 'value' => @$owner_contract->ownCon_active ]) @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, 'mode_creation_di' => false, ]) @endcomponent
@if (Session::get('gestion_entites_sites') == 'oui')
@component('components.select.select_entity',['entites' => @$entites,'value' => @$owner_contract->sitEnt_id,'search' => 'true','emptyValue' => 'true', 'required' => 'true']) @endcomponent
@endif
{{ __('Dates') }}
@component('components.dates.select_simple', ['label' => 'Signature du bail', 'value' => @$owner_contract->ownCon_signBailDate, 'name' => 'ownCon_signBailDate']) @endcomponent
@component('components.dates.select_simple', ['label' => 'Mise à disposition du local', 'value' => @$owner_contract->ownCon_madLocalDate, 'name' => 'ownCon_madLocalDate']) @endcomponent
@component('components.dates.select_simple', ['label' => 'Prise d\'effet', 'value' => @$owner_contract->ownCon_startDate, 'name' => 'ownCon_startDate']) @endcomponent
@component('components.dates.select_simple', ['label' => 'Fin de contrat', 'value' => @$owner_contract->ownCon_endDate, 'name' => 'ownCon_endDate']) @endcomponent
{{--**************** Onglet infos loyers *******************************--}}

{{ __('Durée / délais') }}
@component('components.cb_simple',['title' => 'Contrat à durée illimitée ?', 'value' => @$owner_contract->ownCon_unlimited, 'name' => 'ownCon_unlimited']) @endcomponent
{{ __('Montants') }}
@component('components.dates.select_simple', ['label' => 'Date de 1ere indexation', 'value' => @$owner_contract->ownCon_dateFirstRentIndex, 'name' => 'ownCon_dateFirstRentIndex']) @endcomponent
{{ __('Révision / renouvellement') }}
@component('components.cb_simple',['title' => 'Tacite reconduction ?', 'value' => @$owner_contract->ownCon_tacRecond, 'name' => 'ownCon_tacRecond']) @endcomponent
{{ __('Paiements') }}
{{--**************** Onglet locaux *******************************--}}

@component('components.cb_simple',['title' => 'Présence d\'un parking ?', 'value' => @$owner_contract->ownCon_parking, 'name' => 'ownCon_parking']) @endcomponent
@component('components.cb_simple',['title' => 'Présence d\'un quai de livraison ?', 'value' => @$owner_contract->ownCon_quaiLivr, 'name' => 'ownCon_quaiLivr']) @endcomponent
@component('components.cb_simple',['title' => 'Présence d\'un compacteur ?', 'value' => @$owner_contract->ownCon_compactZone, 'name' => 'ownCon_compactZone']) @endcomponent
{{--**************** Onglet fin *******************************--}}

@component('components.cb_simple',['title' => 'Renonciation à recours ?', 'value' => @$owner_contract->ownCon_renoncRecours, 'name' => 'ownCon_renoncRecours']) @endcomponent
@component('components.cb_simple',['title' => 'Promesse de bail commercial à l\'issue du BAC ?', 'value' => @$owner_contract->ownCon_bailEndPromise, 'name' => 'ownCon_bailEndPromise']) @endcomponent
{{--**************** Onglet travaux *******************************--}}

@component('components.cb_simple',['title' => 'Travaux de conformité à la charge du preneur ?', 'value' => @$owner_contract->ownCon_worksConfPreneur, 'name' => 'ownCon_worksConfPreneur']) @endcomponent
{{--**************** Onglet taxes *******************************--}}

@component('components.dates.select_simple', ['label' => 'Taxe foncière applicable à partir du', 'value' => @$owner_contract->ownCon_foncTaxApplDate, 'name' => 'ownCon_foncTaxApplDate']) @endcomponent
{{--
{{ __('Locaux') }}
--}} {{--
{{ __('Informations générales') }}
@component('components.cb_simple',['title' => 'Remboursement assurance ?', 'value' => @$owner_contract->ownCon_rembAssurance, 'name' => 'ownCon_rembAssurance']) @endcomponent
@component('components.dates.select_simple',['label' => 'Date de création','value' => @$owner_contract->ownCon_date,'name' => 'ownCon_date']) @endcomponent
--}}