diff --git a/packages/Webkul/Velocity/src/Resources/views/admin/content/content-type/category.blade.php b/packages/Webkul/Velocity/src/Resources/views/admin/content/content-type/category.blade.php index c0647c2dd..844919326 100644 --- a/packages/Webkul/Velocity/src/Resources/views/admin/content/content-type/category.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/admin/content/content-type/category.blade.php @@ -33,10 +33,7 @@ $linkTarget = isset($locale) ? (old($locale)['link_target'] ?? (isset($content) ? $content->translate($locale)['link_target'] : '')) : ''; @endphp - 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 ae5cc1b72..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 @@ -43,173 +43,96 @@ @section('page-detail-wrapper')
- - {{ __('shop::app.header.logout') }} - - -

+ + + + + +

+ + + + + {{ __('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.after', ['customer' => $customer]) !!} @endsection \ No newline at end of file