{{ __('Personal Background') }}

@if ($errors->has('marital_status'))
{{ $errors->first('marital_status') }}
@endif
@error('has_children') @enderror
@error('number_of_dependents')
{{ $message }}
@enderror
@error('is_primary_breadwinner')
{{ $message }}
@enderror
@error('has_health_limitations')
{{ $message }}
@enderror
@if ($errors->has('health_limitation_details'))
{{ $errors->first('health_limitation_details') }}
@endif

{{ __('Bank Details') }}


@if ($errors->has('bank_account_number'))
{{ $errors->first('bank_account_number') }}
@endif
@if ($errors->has('bank_account_name'))
{{ $errors->first('bank_account_name') }}
@endif
@if ($errors->has('bank_name'))
{{ $errors->first('bank_name') }}
@endif
@if ($errors->has('bank_code'))
{{ $errors->first('bank_code') }}
@endif
@if ($errors->has('tin_number'))
{{ $errors->first('tin_number') }}
@endif
@push('pageJs') @endpush