From bb7d90f795bf08697480ebb53f38766f48b9e58d Mon Sep 17 00:00:00 2001 From: Devansh Date: Fri, 12 Nov 2021 11:16:09 +0530 Subject: [PATCH] Delete Profile Fixed --- .../customers/account/profile/index.blade.php | 78 ++++++++++++------- 1 file changed, 49 insertions(+), 29 deletions(-) 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 454402805..7ef307e08 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 @@ -12,7 +12,6 @@ @endpush - @section('page-detail-wrapper')
@@ -20,6 +19,7 @@ + @@ -37,12 +37,11 @@
- {!! view_render_event( - 'bagisto.shop.customers.account.profile.view.table.before', ['customer' => $customer]) - !!} + {!! view_render_event('bagisto.shop.customers.account.profile.view.table.before', ['customer' => $customer]) !!} + @@ -50,6 +49,7 @@ + @@ -57,6 +57,7 @@ + @@ -64,6 +65,7 @@ + @@ -71,46 +73,64 @@ + - {!! view_render_event( - 'bagisto.shop.customers.account.profile.view.table.after', ['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 +
+ + @csrf - -

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

- + +

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

-
-
- - - + + +
+
+ + + + + +
+ +
+ +
- -
- -
-
- - + + +
{!! view_render_event('bagisto.shop.customers.account.profile.view.after', ['customer' => $customer]) !!} -@endsection \ No newline at end of file +@endsection + +@push('scripts') + +@endpush \ No newline at end of file