@include('include.messages')
@if($familyServices->total() > 2)
@endif
| Family Name | Service | Date | Action |
|---|---|---|---|
| {{ $service->family->father_name ?? '-' }} | {{ $service->service }} | {{ \Carbon\Carbon::parse($service->date)->format('d M Y') }} | |
| No family services found. | |||