@include('front/layouts/sections/styles') @stack('styles')
@include('front/layouts/sections/header') @include('front/layouts/sections/navbar')
@yield('content')
@include('front/layouts/sections/footer') @include('front/layouts/sections/scripts') @stack('scripts')