@component('components.select.select_sig_sec_site',['signs' => '',
'customers' => '',
'signs' => '',
'secteurs' => '',
'sites' => '',
'sig_value' => '',
'sec_value' => '',
'sit_value' => '',
'required' => array(false,false,false),
'search' => array(true,true,true),
'multiples' => array(false,false,false),
'emptyValues' => array(false,false,false),
'initialiser' => true
])
@endcomponent
{{--
@component('components.select.select_customer',['customers' => '','value' => '','search' => 'true','emptyValue' => 'true'])
@endcomponent
@component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true'])
@endcomponent
@component('components.select.select_site',['sites' => '','value' => '','search' => 'true','emptyValue' => 'true'])
@endcomponent
@component('components.select.select_activity',['activities' => $activities,'value' => '','search' => 'true','emptyValue' => 'false'])
@endcomponent
--}}
@component('components.select.select_act_actDet',[ 'activities' => '',
'activities_details' => '',
'act_value' => '',
'actDet_value' => '',
'required' => array(false,false),
'search' => array(true,true),
'multiples' => array(false,false),
'emptyValues' => array(true,true),
])
@endcomponent
@component('components.select.select_provider',['providers' => '','value' => '','search' => 'true','emptyValue' => 'false'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date création du','value' => '','name' => 'createdDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'createdDate2'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date de rappel du','value' => '','name' => 'remindDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'remindDate2'])
@endcomponent
{{--
@component('components.dates.select_simple',['label' => 'Date visite du','value' => '','name' => 'visitDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'visitDate2'])
@endcomponent
--}}