district_id); if (is_null($district_details)) { return ucfirst($this->name) . ' '.'(District: N/A)'; } return ucfirst($this->name) . ' '.'(District:'. ucfirst($district_details->name).')'; } }