{{ __('person.birthname') }} : {{ $person->birthname ? $person->birthname : '' }}
{{ __('person.nickname') }} : {{ $person->nickname ? $person->nickname : '' }}
{{ __('person.father') }} :
@if ($person->father)
{{ __('person.mother') }} :
@if ($person->mother)