with('asset', $this->assetHashService); $view->with('siteConfiguration', [ 'name' => config('app.name', 'Panel'), 'locale' => config('app.locale') ?? 'en', 'recaptcha' => [ 'enabled' => config('recaptcha.enabled', false), 'siteKey' => config('recaptcha.website_key') ?? '', ], ]); } }