@include('includes.head') @if(app()->environment('production')) @endif @include('includes.header') @yield('content') @include('includes.footer')
@yield('scripts')