I have a problem trying to fill a select with data from the database, with laravel 5.6
In my controller I have the following code:
public function index()
{
$roles=roleUser::pluck('id_role','nombre');
return view('auth.register',co...
asked by
04.05.2018 / 03:27