@extends('layouts.app') @section('title') Edit Schedule Plan @stop @section('breadcrumb')
Home
Edit Schedule Plan
@stop @section('content')
Edit Schedule Plan
Upate the information
{{csrf_field()}}
Down Payment
*
@if ($errors->has('down_payment'))
{{ $errors->first('down_payment') }}
@endif
Installment
*
@if ($errors->has('monthly_installment'))
{{ $errors->first('monthly_installment') }}
@endif
Annual Installment
*
@if ($errors->has('annual_installment'))
{{ $errors->first('annual_installment') }}
@endif
Possession
*
@if ($errors->has('possession'))
{{ $errors->first('possession') }}
@endif
Total Months
*
@if ($errors->has('total_months'))
{{ $errors->first('total_months') }}
@endif
Possession date
Late Fine %
*
@if ($errors->has('fine'))
{{ $errors->first('fine') }}
@endif
Save
@stop @section('js') @stop