@component('components.dates.select_simple',['label' => 'Date début',
'value' => '',
'name' => 'intDet_effectiveStartDate','required' => 'true', 'disabled' => 'true'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date fin',
'value' => '',
'name' => 'intDet_effectiveEndDate','required' => 'false', 'disabled' => 'true'])
@endcomponent