Lista dinámica en Laravel
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
[color=#000000][font=Arial][size=4]
public function user_opciones()
{
return array('' => 'Seleccione Usuarios') + User::lists('id', 'name');
}
{{ Form::select('user_id', Userform::user_options(), Userform::old('user_id')) }}
[/size][/font][/color]