@extends('layouts.master') @section('title'){{translate('override loan due amount')}} @endsection @section('content')
{{translate('override loan due amount')}}
{!! Form::open(array('url' => url('loan/'.$loan->id.'/override'), 'method' => 'post', 'class' => 'form-horizontal')) !!}

You can change the Loan Due amount below by overriding it with a different value. This is useful if you have changed your repayment schedule and it is different than the system generated Loan Due amount.

{!! Form::close() !!}
@endsection @section('footer-scripts') @endsection