You need to return the view that extend your base blade.
Route::get('/', function () { return view('show'); });
Because your show blade extends your welcome blade you will get the content from your welcome blade with the content section of your show blade on the position of the yield.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community