@include('layouts.frontend.styles') @yield('styles')
@include('layouts.frontend.header') @yield('body') @include('layouts.frontend.footer') @include('layouts.frontend.scripts') @yield('scripts')