template in html, this template has 3 main regions top navigation or header bar, left sidebar and 3rd is content area
if top header bar and left sidebar not going to change much just include its
@include("top_bar") @include("left_bar")
you content area is dynamic and change able just put
@yeild('content')
or check this blade flexible master layout
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community