@extends('layouts.master') @section('title') {{translate('edit schedule')}} @endsection @section('content')
{{translate('edit schedule')}}
{!! Form::open(array('url' => url('loan/'.$loan->id.'/schedule/update'), 'method' => 'post', 'class' => 'form-horizontal')) !!}
  1. Due Date can not be less than the Loan Release Date of {{$loan->release_date}}
  2. Description is optional
  3. If you have set automated loan penalties and you see System Generated Penalty rows below, you can delete them by visiting Edit Loan, checking Overriding System Generated Penalties field and putting 0 in Manual Penalty Amount
# {{translate('due date')}} {{translate('principal amount')}} {{translate('interest amount')}} {{translate('fee amount')}} {{translate('penalty amount')}} {{translate('due amount')}} {{translate('principal balance')}} {{translate('description')}}