Undefined Variable in Laravel

0

I have a project in laravel where the main path is layouts.admin, well in admin.blade.php I am loading movie data as if it were an index.

web.php

Here is the admin.blade.php

Here is the show motif that loads the data of the movie

I get the following error in admin.blade.php when I click on a movie to see its details (movie.show). The error is from the AdminController index where I load the data but I only get the error when I click on the movie. Because when I'm in the admin it shows me the data normally.

    
asked by Arcode NET 08.08.2018 в 15:51
source

0 answers