I'm working laravel 5.5
I have this list on my form, The values shown are PHYSICAL and VIRTUAL:
{!! Form::mySelect('id_uso', 'Uso', App\Usos::pluck('nombre', 'id')->toArray(), null, ['class'=>'chosen']) !!}
and I would like if the...
asked by
15.08.2018 / 19:05