@include('layouts/front-css')
@include('frontend.partials.header')
@yield('content') @include('frontend.partials.footer')
@include('layouts/front-js');