@component('components.select.select_sign',['signs' => $signs,'value' => @$campaign->sig_id,'search' => 'true','multiple' => 'false','emptyValue' => 'true'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date de début du','value' => @$campaign->cam_startedDate,'name' => 'cam_startedDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => @$campaign->cam_endDate,'name' => 'cam_endDate'])
@endcomponent