@php $totalPoints = $user->frontUserTotalOrders ->sum(fn($order) => $order->ordersData->gift_card_sum ?? 0); @endphp
{{$user->name}}
{{ number_format($totalPoints, 0) }} {{ ShowLabelById(221) }}
@if($childrenList->isNotEmpty()) @foreach($childrenList as $child)
{{ $child->name }}
{{ \Carbon\Carbon::parse($child->birth_date)->diffForHumans(null, true) }}
@endforeach @endif