@if ($errors->has('state_id'))
{{ $errors->first('state_id') }}
@endif
@if ($errors->has('district_id'))
{{ $errors->first('district_id') }}
@endif
Password must be at least 8 characters long and include at least one lowercase letter,
one uppercase letter, one number, and one special character.
@error('term_condition')
{{ $message }}
@enderror