App\Http\Controllers\AdminWebController::profile PHP Метод

profile() публичный Метод

Show admin dashboard.
public profile ( ) : Illuminate\Http\Response
Результат Illuminate\Http\Response
    public function profile()
    {
        return $this->theme->of($this->getView('profile'))->render();
    }