@component('components.input.text_number',['title' => 'Nombre jours par défaut recherche de DI',
'typeinput' => 'text',
'value' => @$list_params['nbjours_sel_di']->par_value,
'helptext' => '',
'type' => 'horizontal',
'name' => 'nbjours_sel_di'])
@endcomponent
@component('components.input.text_number',['title' => 'Nombre Km par défaut recherche prestataire',
'typeinput' => 'text',
'value' => @$list_params['nbkm_defaut_presta']->par_value,
'helptext' => '',
'type' => 'horizontal',
'name' => 'nbkm_defaut_presta'])
@endcomponent
@component('components.input.text_number',['title' => 'Nombre de jours par défaut délai de règlement factures clients',
'typeinput' => 'text',
'value' => @$list_params['nb_jours_defaut_reglement_clients']->par_value,
'helptext' => '',
'type' => 'horizontal',
'name' => 'nb_jours_defaut_reglement_clients'])
@endcomponent
@component('components.input.text_number',['title' => 'Nombre de jours par défaut délai de règlement factures clients',
'typeinput' => 'text',
'value' => @$list_params['nb_jours_defaut_reglement_prestataires']->par_value,
'helptext' => '',
'type' => 'horizontal',
'name' => 'nb_jours_defaut_reglement_prestataires'])
@endcomponent
@component('components.cb_params',['title' => 'Transformation devis en commande lors de la validation ?',
'value' => @$list_params['proQuoValidation_toProReq']->par_value,
'name' => 'proQuoValidation_toProReq'])
@endcomponent
@component('components.cb_params',['title' => 'Gestion des DI - suite ?',
'value' => @$list_params['gestion_di_suite']->par_value,
'name' => 'gestion_di_suite'])
@endcomponent