Answer the question
In order to leave comments, you need to log in
How to load multiple views in a row in Laravel 5?
I use the following code in the controller
class IndController extends Controller {
public function showPage()
{
return view('ind');
}
}
Answer the question
In order to leave comments, you need to log in
Learn materiel (MVC) and read the Blade templating documentation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question