@if (env('APP_ENV') !== 'testing') @endif
@yield('content')
@if (env('APP_ENV') !== 'testing') @endif @yield('footer')