= $this->Html->link(__('Edit Profile'), ['action' => 'edit'], ['class' => 'button float-right']) ?>
| = __('User') ?> |
= $profile->has('user') ? $profile->user->uuid : '' ?> |
| = __('First Name') ?> |
= h($profile->first_name) ?> |
| = __('Last Name') ?> |
= h($profile->last_name) ?> |
| = __('Image') ?> |
= h($profile->image) ?> |
| = __('Address') ?> |
= h($profile->address) ?> |
| = __('Phone') ?> |
= $this->Number->format($profile->phone) ?> |
| = __('Created') ?> |
= h($profile->created) ?> |
| = __('Modified') ?> |
= h($profile->modified) ?> |