App\Http\Controllers\AdminApiController::profile PHP Méthode

profile() public méthode

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