In laravel I do not load the images when I pass data to a view

0

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.

    
asked by OverLord 03.07.2018 в 19:59
source

0 answers