@yield('content')
{{-- Load the page level scripts here if this is a PJAX type request, otherwise load these in the footer --}}
@if (request()->header('X-PJAX'))
@stack('scripts')
@endif