{{--
{{ config('app.name') }} | @yield('title')
--}}
@include('frontend.includes.meta')
@include('frontend.homepage.partials.css') @stack('before-styles') @stack('page_css') @include('frontend.homepage.partials.header')
@yield('content')
@include('frontend.homepage.partials.footer') @include('frontend.homepage.partials.js') @stack('before-scripts') @stack('after-scripts') @stack('page_js')