diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/create.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/create.blade.php
index 920215579..ab6ac63d4 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/create.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/create.blade.php
@@ -22,32 +22,40 @@
-
+
@{{ errors.first('company_name') }}
-
+
@{{ errors.first('first_name') }}
-
+
@{{ errors.first('last_name') }}
+
+
+
+ @{{ errors.first('vat_id') }}
+
+
+
+
-
+
@{{ errors.first('address1[]') }}
@if (core()->getConfigData('customer.settings.address.street_lines') && core()->getConfigData('customer.settings.address.street_lines') > 1)
@for ($i = 1; $i < core()->getConfigData('customer.settings.address.street_lines'); $i++)
-
+
@endfor
@endif
@@ -56,19 +64,19 @@
-
+
@{{ errors.first('city') }}
-
+
@{{ errors.first('postcode') }}
-
+
@{{ errors.first('phone') }}
diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php
index f58412e4e..02a5ceeb3 100644
--- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php
+++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/address/edit.blade.php
@@ -22,36 +22,42 @@
{!! view_render_event('bagisto.shop.customers.account.address.edit_form_controls.before', ['address' => $address]) !!}
- address1); ?>
+ address1)); ?>
-
+
@{{ errors.first('company_name') }}
-
+
@{{ errors.first('first_name') }}
-
+
@{{ errors.first('last_name') }}
+
+
+
+ @{{ errors.first('vat_id') }}
+
+
-
+
@{{ errors.first('address1[]') }}
@if (core()->getConfigData('customer.settings.address.street_lines') && core()->getConfigData('customer.settings.address.street_lines') > 1)
@for ($i = 1; $i < core()->getConfigData('customer.settings.address.street_lines'); $i++)
-
+
@endfor
@endif
@@ -60,19 +66,19 @@
-
+
@{{ errors.first('city') }}
-
+
@{{ errors.first('postcode') }}
-
+
@{{ errors.first('phone') }}