@include('frontend.includes.head')
@include('frontend.includes.header')
@yield('content')
@include('frontend.includes.footer')
@yield('script')