diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php index f961c64b6..ae5cc1b72 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php @@ -46,90 +46,14 @@ {{ __('shop::app.header.logout') }} -<<<<<<< HEAD - - - {{ __('shop::app.customer.account.profile.index.title') }} - - - - - {{ __('shop::app.customer.account.profile.index.edit') }} - - - -
-=======| {{ __('shop::app.customer.account.profile.fname') }} | -{{ $customer->first_name }} | -
| {{ __('shop::app.customer.account.profile.lname') }} | -{{ $customer->last_name }} | -
| {{ __('shop::app.customer.account.profile.gender') }} | -{{ $customer->gender ?? '-' }} | -
| {{ __('shop::app.customer.account.profile.dob') }} | -{{ $customer->date_of_birth ?? '-' }} | -
| {{ __('shop::app.customer.account.profile.email') }} | -{{ $customer->email }} | -