@include('layouts.front.css') @yield('css')
@include('layouts/front.header') @yield('content') @include('layouts/front.footer') @include('layouts/front.scripts') @yield('js')