@extends( 'layouts.app') @section('title') Add Installment Plan @stop @section('content')

Add Installment Plan

Enter the information

{{csrf_field()}}
@if ($errors->has('plot_type')) {{ $errors->first('plot_type') }} @endif
@if ($errors->has('plot_size')) {{ $errors->first('plot_size') }} @endif
@if ($errors->has('cost_amount')) {{ $errors->first('cost_amount') }} @endif
@if ($errors->has('schedule_type')) {{ $errors->first('schedule_type') }} @endif
@if ($errors->has('down_payment')) {{ $errors->first('down_payment') }} @endif
@if ($errors->has('confirmation_fee')) {{ $errors->first('confirmation_fee') }} @endif
@if ($errors->has('plot_belting_fee')) {{ $errors->first('plot_belting_fee') }} @endif
@if ($errors->has('six_installment')) {{ $errors->first('six_installment') }} @endif
@if ($errors->has('possession_fee')) {{ $errors->first('possession_fee') }} @endif
@if ($errors->has('installment')) {{ $errors->first('installment') }} @endif
@if ($errors->has('total_months')) {{ $errors->first('total_months') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop @section('js') @stop