From 6c69025a13b8052515a97b76e83166a587d2e0b1 Mon Sep 17 00:00:00 2001 From: rahul shukla Date: Mon, 1 Feb 2021 17:28:37 +0530 Subject: [PATCH] Issue #4532 fixed --- .../views/customers/account/profile/edit.blade.php | 8 ++++++++ .../shop/customers/account/profile/edit.blade.php | 13 +++++++++++++ 2 files changed, 21 insertions(+) diff --git a/packages/Webkul/Shop/src/Resources/views/customers/account/profile/edit.blade.php b/packages/Webkul/Shop/src/Resources/views/customers/account/profile/edit.blade.php index 18f2afc45..2172eb72f 100755 --- a/packages/Webkul/Shop/src/Resources/views/customers/account/profile/edit.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/customers/account/profile/edit.blade.php @@ -76,6 +76,14 @@ {!! view_render_event('bagisto.shop.customers.account.profile.edit.email.after') !!} +
+ + + @{{ errors.first('phone') }} +
+ + {!! view_render_event('bagisto.shop.customers.account.profile.edit.phone.after') !!} +
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/edit.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/edit.blade.php index 47a9ee72a..1c7d17017 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/edit.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/edit.blade.php @@ -130,6 +130,19 @@ {!! view_render_event('bagisto.shop.customers.account.profile.edit.email.after', ['customer' => $customer]) !!} +
+ + +
+ + @{{ errors.first('phone') }} +
+
+ + {!! view_render_event('bagisto.shop.customers.account.profile.edit.phone.after', ['customer' => $customer]) !!} +