@include('frontend.layouts.head')
@include('frontend.layouts.header')
@yield('content')
@include('frontend.layouts.footer') @include('frontend.layouts.scripts')