@include('frontend.includes.head')
@include('frontend.includes.page-transition')
@include('frontend.includes.header')
@hasSection('content') @yield('content') @endif
@include('frontend.includes.footer')
@include('frontend.includes.footer-scripts')