Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <body class="@yield('body_class')">
- <div id="app">
- @hasSection('bg-image')
- @yield('bg-image')
- @endif
- @include('frontend.partials.header')
- @yield('content')
- @hasSection('bottom-content')
- <section class="bottom-content">
- @yield('bottom-content')
- </section>
- @endif
- @include('frontend.partials.mobilemenu')
- @include('frontend.partials.footer')
- </div>
Advertisement
Add Comment
Please, Sign In to add comment