@include('admin.pages.reports.print.header')
{{ __('Student Name') }}: {{ $data['studentName'] }}
{{ __('Group Name') }}: {{ $data['groupName'] }}
| {{ __('Billing Month') }} | {{ __('Payment Date') }} | {{ __('Amount') }} | {{ __('Paid') }} |
|---|---|---|---|
| {{ $transaction->billing_month }} | {{ $transaction->payment_date }} | {{ $transaction->amount }} | {{ $transaction->paid }} |
| {{ __('Total') }} | {{ $totalAmount }} | {{ $totalPaid }} | |