{{ __('person.children') }} @if (count($person->couples) > 0) @endif
@if (auth()->user()->hasPermission('person:create'))
{{ __('person.add_child') }} @if (auth()->user()->hasPermission('person:update') and $person->children->count() > 0)
@foreach ($children as $child) @if (!isset($child->type)) {{ $child->name }} @endif @endforeach @endif
@endif
@if (count($children) > 0) @foreach ($children as $child)
$child->isDeceased()])> {{ $child->name }} @if (isset($child->type)) @endif
@endforeach @else

{{ __('app.nothing_recorded') }}

@endif