App\Ninja\Presenters\ClientPresenter::country PHP Method

country() public method

public country ( )
    public function country()
    {
        return $this->entity->country ? $this->entity->country->name : '';
    }