Answer the question
In order to leave comments, you need to log in
3 layer laravel 5.2 template structure?
Hello
I can't figure out the data structure in the Blade laravel template engine
For example: I create the main template layouts/app.blade.php, which contains the navigation and the main layout of the css, js and menu template. There is a Prifile page (profile.blade.php) which extends the main template app @extends('layouts.app') and contains its own menu and info. The profile template includes 7 pages which should contain general profile template information (extend it) and layouts/app information which contains the main layout.
How to act in such a situation. Tell me how to be?
In total, there is for example a Testimonials page that extends the Profile template (with an additional menu), which extends the main layout (with the main menu).
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question