Answer the question
In order to leave comments, you need to log in
How to make different layouts laravel?
Actually the question is in the title. That is, /users - layout users/layout.blade.php /admins - layout admins /layout.blade.php
Answer the question
In order to leave comments, you need to log in
https://laravel.com/docs/5.4/blade#extending-a-layout
Use or respectively @extends('users.layout')
@extends('admins.layout')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question