@include('front.partials.head')
@include('front.partials.header')
@yield('main')
@include('front.partials.footer')