@include('layouts.frontend-css')
@yield('style')
@stack('styles')
@stack('frontend-header-script')
@include('layouts.frontend-header')
@include('layouts.frontend-nav')
@include('layouts.frontend-home-banner')
@yield('content')
@include('layouts.frontend-footer')
@include('layouts.frontend-script')
@stack('scripts')