@extends('layouts.app') @section('title') Edit Schedule Plan @stop @section('breadcrumb') @stop @section('content')

Edit Schedule Plan

Upate the information

{{csrf_field()}}
@if ($errors->has('down_payment')) {{ $errors->first('down_payment') }} @endif
@if ($errors->has('monthly_installment')) {{ $errors->first('monthly_installment') }} @endif
@if ($errors->has('annual_installment')) {{ $errors->first('annual_installment') }} @endif
@if ($errors->has('possession')) {{ $errors->first('possession') }} @endif
@if ($errors->has('total_months')) {{ $errors->first('total_months') }} @endif
@if ($errors->has('fine')) {{ $errors->first('fine') }} @endif
@stop @section('js') @stop