@php $config = [ 'appName' => config('app.name'), 'locale' => $locale = app()->getLocale(), 'locales' => config('app.locales'), 'githubAuth' => config('services.github.client_id'), 'pusherUrl' => env('PUSHER_APP_KEY'), ]; $polyfills = [ 'Promise', 'Object.assign', 'Object.values', 'Array.prototype.find', 'Array.prototype.findIndex', 'Array.prototype.includes', 'String.prototype.includes', 'String.prototype.startsWith', 'String.prototype.endsWith', ]; @endphp