name) ?>

name) ?>
hasValue('country') ? $this->Html->link($state->country->name, ['controller' => 'Countries', 'action' => 'view', $state->country->id]) : '' ?>
country_code) ?>
fips_code) ?>
iso2) ?>
type) ?>
wikiDataId) ?>
Number->format($state->id) ?>
latitude === null ? '' : $this->Number->format($state->latitude) ?>
longitude === null ? '' : $this->Number->format($state->longitude) ?>
created_at) ?>
updated_at) ?>
flag ? __('Yes') : __('No'); ?>