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 ca4b5d9bb..102a4bebd 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 @@ -4,6 +4,43 @@ {{ __('shop::app.customer.account.profile.index.title') }} @endsection +@push('css') + +@endpush + + @section('page-detail-wrapper')
@@ -11,170 +48,91 @@ - -

+

+ + + + + {{ __('shop::app.customer.account.profile.index.edit') }} + +
{!! view_render_event('bagisto.shop.customers.account.profile.view.before', ['customer' => $customer]) !!} -
+
+
+ + + {!! 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('first_name') }} -
-
- -
- - -
- -
-
- -
- - -
- - -
- +
+
+ + + @{{ errors.first('password') }}
- @{{ errors.first('gender') }} +
+ +
-
- -
- - -
- - - - @{{ errors.first('date_of_birth') }} - -
-
- -
- - -
- - @{{ errors.first('email') }} -
-
- -
- - -
- -
-
- -
- - -
- - - - @{{ errors.first('password') }} - -
-
- -
- - -
- - - - @{{ errors.first('password_confirmation') }} - -
-
- - - + + +
{!! view_render_event('bagisto.shop.customers.account.profile.view.after', ['customer' => $customer]) !!} @endsection \ No newline at end of file