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

Create Schedule Plan

Add the information

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('total_months')) {{ $errors->first('total_months') }} @endif
@if ($errors->has('fine')) {{ $errors->first('fine') }} @endif

@if ($errors->has('down_payment')) {{ $errors->first('down_payment') }} @endif
{{-- --}}
@if ($errors->has('monthly_installment')) {{ $errors->first('monthly_installment') }} @endif
{{-- --}}
@if ($errors->has('possession')) {{ $errors->first('possession') }} @endif
{{-- --}}
@if ($errors->has('allotment')) {{ $errors->first('allotment') }} @endif
{{-- --}}
@if ($errors->has('confirmation')) {{ $errors->first('confirmation') }} @endif
{{-- --}}
@if ($errors->has('booking')) {{ $errors->first('booking') }} @endif
{{-- --}}
@if ($errors->has('file_processing')) {{ $errors->first('file_processing') }} @endif
{{-- --}}
@if ($errors->has('registration')) {{ $errors->first('registration') }} @endif
@if ($errors->has('ballon')) {{ $errors->first('ballon') }} @endif
{{-- --}}
@if ($errors->has('bulleting')) {{ $errors->first('bulleting') }} @endif
@if ($errors->has('semi_annual')) {{ $errors->first('semi_annual') }} @endif
@stop @section('js') @stop