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 s...
asked by
07.08.2017 / 23:24