Family Services Report

@foreach ($familyServices as $index => $fs) @endforeach
# Family Name Service Date Created On
{{ $index + 1 }} {{ $fs->family->father_name ?? '-' }} {{ $fs->service }} {{ \Carbon\Carbon::parse($fs->date)->format('d M Y') }} {{ \Carbon\Carbon::parse($fs->created_at)->format('d M Y h:i A') }}