Search code examples
laravelmaster-pages

way to mastering web page in laravel


i try to develop a website use laravel. but i someing confuse mastering templete. there are two type of page 1. home page 2. category/menu page number 1 and number 2 type page header and footer page sameler, only 2 number page use a right sidebar. how to mastering the page stenderd way.. number 1 and number 2 page use only one @extends?

home page and menu page image https://i.sstatic.net/IF2Wv.jpg https://i.sstatic.net/IF2Wv.jpg


Solution

  • you can include views as well

    <div>
        @include('right-sidebar')
    </div>
    

    I recommend reading the docs first

    https://laravel.com/docs/5.8/blade#including-sub-views