= $this->extend('Modules\Admin\Views\_layout') ?> = $this->section('title') ?> = $person->full_name ?> = $this->endSection() ?> = $this->section('pageTitle') ?> = $person->full_name ?> = $this->endSection() ?> = $this->section('headerRight') ?> = button( lang('Person.edit'), route_to('person-edit', $person->id), ['variant' => 'secondary', 'iconLeft' => 'edit'], ['class' => 'mr-2'], ) ?> = $this->endSection() ?> = $this->section('content') ?>