{{ __('Chi tiết Danh sách Cấp phát') }}

{{ $title }}

@foreach($students as $item) @endforeach
STT MSSV Họ và tên Trạng thái Số tiền Ghi chú
{{ $loop->iteration }} {{ $item->student_code }} {{ $item->student->full_name }} {{ $item->status }} {{ number_format($item->amount) }} {{ $item->note }}
Tổng cộng: {{ number_format($students->sum('amount')) }}