@component('components.select.select_provider',['providers' => '','value' => '','search' => 'true','emptyValue' => 'false'])
@endcomponent
@if(Session()->get('active_techniciens')=='oui')
@component('components.select.select_user',['users' => '','value' => '','search' => 'true','emptyValue' => 'false'])
@endcomponent
@endif
@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 planifiée du','value' => '','name' => 'planningDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' => 'planningDate2'])
@endcomponent
@if (request()->get('intType') == "P")
@endif
@if (request()->get('intType') == "C")
@if(Session()->get('type_gestion_budgets')!='0')
@if(Session()->get('type_gestion_budgets')=='2')
@component('components.select.select_budget',['budgets' => @$budgets,'value' => @$intervention->bud_id,'search' => 'false','emptyValue' => 'true','multiple' => 'false'])
@endcomponent
@endif
@endif
@if(Session()->get('type_gestion_budgets')=='1')
@component('components.select.select_budget',['budgets' => '','value' => '','search' => 'true','emptyValue' => 'true','multiple' => 'false'])
@endcomponent
{{--
--}}
@endif
@endif