{{ $panel }} Edit Form

Warning! Please be patient when adding fees because it effects on selected students and after that you will change manually.
{!! Form::open(['route' => $base_route.'.store', 'id' => 'bulk_action_form']) !!}
Reg No Student Name Sem./Sec. Due Date Fee Head Amount
{!! Form::text('reg_no', null, ['class' => 'form-control', 'disabled']) !!} {!! Form::text('student_name', null, ['class' => 'form-control', 'disabled']) !!} {!! Form::text('semester', null, ['class' => 'form-control', 'disabled']) !!} {!! Form::text('fee_due_date', null, ["placeholder" => "YYYY-MM-DD", "class" => "col-xs-10 col-sm-11 input-mask-date date-picker", "required"]) !!} {!! Form::text('fee_head', null, ['class' => 'form-control', 'disabled']) !!} {!! Form::text('fee_amount', null, ["placeholder" => "", "class" => "col-xs-10 col-sm-11" , "required"]) !!}