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