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

profile() public method

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