{{-- image --}}
{{-- lifetime & age --}}
{!! isset($person->lifetime) ? $person->lifetime : ' ' !!}
{!! isset($person->age) ? $person->age . ' ' . trans_choice('person.years', $person->age) : ' ' !!}
{{-- data --}}

$person->isDeceased(), ])> {{ $person->name }}

{{ __('person.birthname') }} : {{ $person->birthname ? $person->birthname : '' }}

{{ __('person.nickname') }} : {{ $person->nickname ? $person->nickname : '' }}

{{ __('person.father') }} : @if ($person->father) $person->father->isDeceased(), ])> {{ $person->father->name }} @endif

{{ __('person.mother') }} : @if ($person->mother) $person->mother->isDeceased(), ])> {{ $person->mother->name }} @endif

{{-- buttons --}}