App\Http\Controllers\AdminApiController::home PHP Method

home() public method

Show admin dashboard.
public home ( ) : Illuminate\Http\Response
return Illuminate\Http\Response
    public function home()
    {
        return $this->theme->of($this->getView('home'))->render();
    }