App\Ninja\Presenters\AccountPresenter::name PHP Method

name() public method

public name ( ) : mixed
return mixed
    public function name()
    {
        return $this->entity->name ?: trans('texts.untitled_account');
    }