Mwstudio4

Untitled

Apr 10th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <body class="@yield('body_class')">
  2.  
  3. <div id="app">
  4.  
  5. @hasSection('bg-image')
  6. @yield('bg-image')
  7. @endif
  8.  
  9. @include('frontend.partials.header')
  10.  
  11.  
  12. @yield('content')
  13.  
  14.  
  15.  
  16. @hasSection('bottom-content')
  17. <section class="bottom-content">
  18. @yield('bottom-content')
  19. </section>
  20. @endif
  21.  
  22. @include('frontend.partials.mobilemenu')
  23.  
  24. @include('frontend.partials.footer')
  25.  
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment