{{----}} @if (isset($data['student']) && $data['student']->count() > 0) @php($i=1) @foreach($data['student'] as $student) {{-- --}} @php($i++) @endforeach {{----}} @else @endif
{{ __('common.s_n')}} {{__('form_fields.student.fields.semester')}} Reg. Num. Name of Student StudentContactNo. Guardian GuardianContactNo.Total FeeBalance
{{ $i }} {{ ViewHelper::getSemesterTitle( $student->semester ) }} {{ $student->reg_no }} {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} {{ $student->mobile_1 }} {{ $student->guardian_first_name.' '.$student->guardian_middle_name.' '. $student->guardian_last_name }} {{ $student->guardian_mobile_1 }} {{ $student->fee_amount }} {{ $student->balance }}
Total{{ $data['student']->sum('fee_amount') }} {{ $data['student']->sum('balance') }}
No {{ $panel }} data found. Please Filter {{ $panel }} to show.