@if( ! Request::ajax() ) {{ config('app.name', 'Laravel') }} @stack('style')
@endif @yield('content') @if( ! Request::ajax() )
@stack('scripts') @endif