@include('partials.head') @yield('css')
@include('partials.header') @yield('content') @include('partials.footer') @yield('script')