I have a problem with @extends, it does not activate, it goes blank when I make the request for the route:
Route::get('/demos', function () {
return view('demo');
});
I get the following error:
(2/2) ErrorException Can not end a section without first starting one. (View: C: \ wamp64 \ www \ gestiondatos \ resources \ views \ demo.blade.php)
I've been told it's because of the snippet, but I do not know how to activate it.
I attach the image, as you can see they are blank.