@include('front.inc.head')
@include('front.inc.header')
@yield('content')
@include('front.inc.footer')
@include('front.inc.script') @yield('script')