Chit Scheme Name *
@if ($errors->has('scheme_name'))

{{ $errors->first('scheme_name') }}

@endif
Group *
@if($errors->has('chit_name'))

{{ $errors->first('chit_name') }}

@endif
Installment Amount *
@if($errors->has('installment_amount'))

{{ $errors->first('installment_amount') }}

@endif
No.of Installment *
@if($errors->has('no_of_installment'))

{{ $errors->first('no_of_installment') }}

@endif
Bonus type *
@if ($errors->has('bonus_type'))

{{ $errors->first('bonus_type') }}

@endif
Bonus *
@if($errors->has('bonus_amount'))

{{ $errors->first('bonus_amount') }}

@endif
Status *
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif