From a15ded74b5837ce5c29ff8b1d58e33c15484dc91 Mon Sep 17 00:00:00 2001 From: jitendra Date: Thu, 31 Oct 2019 17:16:42 +0530 Subject: [PATCH] Removed accordian from customer profile view --- .../customers/account/profile/index.blade.php | 60 +++++++++---------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/packages/Webkul/Shop/src/Resources/views/customers/account/profile/index.blade.php b/packages/Webkul/Shop/src/Resources/views/customers/account/profile/index.blade.php index ac99ec05d..8389fe924 100755 --- a/packages/Webkul/Shop/src/Resources/views/customers/account/profile/index.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/customers/account/profile/index.blade.php @@ -65,40 +65,36 @@ @endif --}} + + + + +
+ @csrf + + +

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

+ +
+
+ + + @{{ errors.first('password') }} +
+ +
+ +
+
+
+
- -
-
- -
- -
- @csrf - -

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

- -
-
- - - @{{ errors.first('password') }} -
- -
- -
-
-
-
-
-
- - {!! view_render_event('bagisto.shop.customers.account.profile.view.after', ['customer' => $customer]) !!} + {!! view_render_event('bagisto.shop.customers.account.profile.view.after', ['customer' => $customer]) !!} @endsection