@include('partials.head-meta')
@include('partials.header')
@yield('main')
@include('partials.footer')
@yield('scripts')