To pass data from the bd to a view I do it this way:
Route::get('/cursos/{curso}', 'CursosController@detalles');
I load all the data perfect but I lose all the images as if I lost the path I do not know what this can cause me, it happens every time I call a view that way.