{{ $panel }} Add 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' => 'fee_add_form']) !!}
@if (isset($data['row'])) @foreach($data['product_attribute_array'] as $attribute) @include($view_path.'.includes.fee_tr_edit', ['attribute_groups' => $data['attribute_groups'],'attribute' => $attribute]) @endforeach @endif
  Due Date Fee Head Amount
{!! Form::text('fee_due_date[]', null, ["placeholder" => "YYYY-MM-DD", "class" => "col-xs-10 col-sm-11 input-mask-date date-picker", "required"]) !!} {!! Form::select('fee_head[]', $data['feeHead'], null, ['class' => 'form-control chosen-select feeHead', 'required','onChange' => 'setAmount(this);'], $data['fee_head_attributes']) !!} {!! Form::text('fee_amount[]', null, ["id" => $data['randId'], "class" => "col-xs-10 col-sm-11 feeAmount" , "required"]) !!}