Family Services Report
#
Family Name
Service
Date
Created On
@foreach ($familyServices as $index => $fs)
{{ $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') }}
@endforeach