Additional Information
@if ($errors->has('settlement_type'))
{{ $errors->first('settlement_type') }}
@endif
@if ($errors->has('tax_register_category_id'))
{{ $errors->first('tax_register_category_id') }}
@endif
@if ($errors->has('account_category_id'))
{{ $errors->first('account_category_id') }}
@endif
@if ($errors->has('class_id'))
{{ $errors->first('class_id') }}
@endif
This field is required.
@if ($errors->has('section_id'))
{{ $errors->first('section_id') }}
@endif
This field is required.
@if ($errors->has('unique_register_no'))
{{ $errors->first('unique_register_no') }}
@endif
@if ($errors->has('admission_type'))
{{ $errors->first('admission_type') }}
@endif
@if ($errors->has('house_group_id'))
{{ $errors->first('house_group_id') }}
@endif
@if ($errors->has('opening_balance'))
{{ $errors->first('opening_balance') }}
@endif
@if ($errors->has('balance_type'))
{{ $errors->first('balance_type') }}
@endif
{{--
@if ($errors->has('referred_by'))
{{ $errors->first('referred_by') }}
@endif
--}}