@if (File::exists('vendor/jquery/jquery.js')) @elseif (File::exists('vendor/jquery/dist/jquery.js')) @else {{ die('Error: Failed to find jQuery') }} @endif @yield('head') @if (App::environment() == ENV_PRODUCTION && isset($_ENV['ANALYTICS_KEY']) && $_ENV['ANALYTICS_KEY']) @endif @yield('body')