@if(isset($paid_months) && !empty($paid_months))
NAME : {{Auth::user()->full_name}} ID : {{ $studentID->system_generated_student_id }}
ROLL : {{ $studentID->roll_no }} CLASS : {{ $studentID->ClassName }} SECTION : {{ $studentID->SectionName }} GROUP : {{ $studentID->GroupName }}
Payment History -
@foreach($paid_months as $ph) @endforeach @foreach($paid_payment_sub_head as $ph2) @foreach($paid_months as $ph4) @endforeach @endforeach @foreach($paid_months as $ph) @endforeach @endif
Payment head {{ $ph->month_name }}
{{ $ph2->student_payment_name }} @foreach($head_wise_payment[$ph2->student_payment_id] as $ph3) @if($ph4->month==$ph3->month) {{ $ph3->payment_amount }} @endif @endforeach
Total {{ $ph->month_total }}