@if( ! Request::ajax() ) @php header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); header("Pragma: no-cache"); header("Expires: 0"); @endphp {{ config('app.name', 'Laravel') }} @stack('style')
@endif @yield('content') @if( ! Request::ajax() )
@stack('scripts') @endif