From d667263313b5a642415a3ef8a9fe0b9f6ce437c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gro=C3=9Fe?= Date: Wed, 18 Dec 2019 16:26:38 +0100 Subject: [PATCH] add two events to profile index blade view --- .../views/customers/account/profile/index.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 8389fe924..02abd9341 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 @@ -30,6 +30,9 @@
+ {!! view_render_event( + 'bagisto.shop.customers.account.profile.view.table.before', ['customer' => $customer]) + !!} @@ -54,6 +57,9 @@ + {!! view_render_event( + 'bagisto.shop.customers.account.profile.view.table.after', ['customer' => $customer]) + !!} {{-- @if ($customer->subscribed_to_news_letter == 1)
{{ __('shop::app.customer.account.profile.fname') }} {{ $customer->first_name }}{{ __('shop::app.customer.account.profile.email') }} {{ $customer->email }}