@stack('styles')
@include('layouts.frontend.header')
@yield('page-heading-title') @yield('hero_content') @yield('content') @yield('page-div-end') @include('layouts.frontend.footer') @stack('scripts')