{{ isEditMode ? ('::edit' | abpLocalization) : ('::create' | abpLocalization) }} {{ '::appointmentStatus' | abpLocalization }}

{{ '::firstNameRequired' | abpLocalization }} {{ '::minLength' | abpLocalization : { length: fnameCtrl.errors?.minlength.requiredLength } }} {{ '::maxLength' | abpLocalization : { length: fnameCtrl.errors?.maxlength.requiredLength } }}
{{ '::lastNameRequired' | abpLocalization }} {{ '::minLength' | abpLocalization : { length: lnameCtrl.errors?.minlength.requiredLength } }} {{ '::maxLength' | abpLocalization : { length: lnameCtrl.errors?.maxlength.requiredLength } }}
{{ '::genderRequired' | abpLocalization }}
{{ '::mobileNoRequired' | abpLocalization }} {{ '::mobileNoInvalid' | abpLocalization }}
{{ '::address' | abpLocalization }} * {{ '::addressRequired' | abpLocalization }} {{ '::minLength' | abpLocalization : { length: addressCtrl.errors?.minlength.requiredLength } }} {{ '::maxLength' | abpLocalization : { length: addressCtrl.errors?.maxlength.requiredLength } }}
{{ '::emailRequired' | abpLocalization }} {{ '::emailInvalid' | abpLocalization }}
{{ '::dobRequired' | abpLocalization }}