version = $version; } /** * Return the admin index view. */ public function index(): View { return view('admin.index', ['version' => $this->version]); } }