{{ $panel }} List

{!! Form::open(['route' => 'info.smsemail.dueReminder', 'id' => 'send_reminder_message']) !!}
 Generate Fee Voucher
{!! Form::select('month', $data['months'], null, ['class' => 'form-control']) !!}
Reminder SMS/Email Alert Bulk Due Detail Slip Bulk Short Due Reminder Slip
{{ $panel }} Record list on table. Filter {{ $panel }} using the filter.
@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.faculty')}} {{__('form_fields.student.fields.semester')}} Reg. Num. Name of Student Father Father Contact Guardian Guardian Contact Total Fee Balance
{{ $i }} {{ $student->faculty }} {{ $student->semester }} {{ $student->reg_no }} {{ $student->first_name.' '.$student->middle_name.' '. $student->last_name }} {{ $student->father_first_name.' '.$student->father_middle_name.' '. $student->father_last_name }} {{ $student->father_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.
{!! Form::close() !!}