@include('admin.pages.reports.print.header') @foreach($data->groupBy('group') as $groupName => $groupData)
| # | {{ __('Student Name') }} | {{ __('Late Due Months') }} | {{ __('Total Late Due') }} |
|---|---|---|---|
| {{ $index + 1 }} | {{ $record['student']['name'] }} |
|
{{ $record['total_late_due'] }} |