@component('components.select.select_companyAccount',[ 'companies' => @$companies,
'comptes' =>@$comptes,
'comptesFourn' =>@$comptesFourn,
'company_value' => @$general_cost->com_id,
'genCosAcc_value' => @$general_cost->genCosAcc_id,
'genCosAcc_valueProvider' => @$general_cost->genCosAcc_idProvider,
'required' => array("true","false", "false"),
'search' => array("true","true", "true"),
'multiples' => array("false","false", "false"),
'emptyValues' => array("true","true", "true"),
'bmodeedit' => false,
])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date de création du','value' =>'','name' => 'genCos_createdDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_createdDate2'])
@endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_createdDate','target2' => 'genCos_createdDate2'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date de réglement du','value' =>'','name' => 'genCos_paymentDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_paymentDate2'])
@endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_paymentDate','target2' => 'genCos_paymentDate2'])
@endcomponent
@component('components.select.select_status',['label' => '','status' => @$status_genCos,'value' => '','search' =>
'true','emptyValue' => 'true','multiple' => 'true'])
@endcomponent
@component('components.select.select_genCosType',['gencosTypes' => @$gencosTypes,'value' => @$general_cost->genCosTyp_id,'search' =>
'true','emptyValue' => 'true'])
@endcomponent
@if(Auth::user()->role === 'admin')
@component('components.select.select_user',['users' => @$users,'value' =>'','search' =>
'true','emptyValue' => 'true',
'libelle' => 'Agent concerné'])
@endcomponent
@else
@endif
@component('components.dates.select_simple',['label' => 'Date d\'échéance du','value' =>'','name' => 'genCos_deadlineDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_deadlineDate2'])
@endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_deadlineDate','target2' => 'genCos_deadlineDate2'])
@endcomponent
@component('components.dates.select_simple',['label' => 'Date document','value' =>'','name' => 'genCos_entryDate'])
@endcomponent
@component('components.dates.select_simple',['label' => 'au','value' => '','name' =>'genCos_entryDate2'])
@endcomponent
@component('components.dates.buttons_selection',['target1' => 'genCos_entryDate','target2' => 'genCos_entryDate2'])
@endcomponent