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.index.title') }}

->>>>>>> upstream/master {!! view_render_event('bagisto.shop.customers.account.profile.view.before', ['customer' => $customer]) !!} -<<<<<<< HEAD -
-
- - - {!! view_render_event( - 'bagisto.shop.customers.account.profile.view.table.before', ['customer' => $customer]) - !!} - - - - - - - - - - - - - - - - - - - - - - - - - - - {!! view_render_event( - 'bagisto.shop.customers.account.profile.view.table.after', ['customer' => $customer]) - !!} - -
{{ __('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 }}
-
- - - -
- @csrf - - -

{{ __('shop::app.customer.account.address.index.enter-password') }} -

- - -
-
- - - @{{ errors.first('password') }} -=======
->>>>>>> upstream/master
-<<<<<<< HEAD -
- -
-
-
-
-
-=======
->>>>>>> upstream/master {!! view_render_event('bagisto.shop.customers.account.profile.view.after', ['customer' => $customer]) !!} @endsection \ No newline at end of file