@if (count(Session::get('signs_user')) >> 1)
@component('components.select.select_sign',['signs' => '','value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'true'])
@endcomponent
{{-- @else
--}}
@endif
@component('components.select.select_activity',['activities' => '','value' => '','search' => 'true','multiple' => 'true','emptyValue' => 'false'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Période (date de réalisation) du','value' => '','name' => 'startDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'endDate'])
@endcomponent
@component('components.dates.buttons_selection_choix',['buttons'=> array('last_year', 'month','year'), 'target1' => 'startDate','target2' => 'endDate'])
@endcomponent