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