@include('front.pages.cabinet.menu', ['user' => $user, 'childrenList' => $childrenList])
{{ShowLabelById(273)}}
{{ShowLabelById(241)}}
{{ShowLabelById(243)}}
@foreach($childrenList as $child)
@endforeach
{{ $child->name }}
{{ \Carbon\Carbon::parse($child->birth_date)->format('d.m.Y') }}
({{ \Carbon\Carbon::parse($child->birth_date)->diffForHumans(null, true) }})
{{ShowLabelById(248)}}