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')
| {{ __('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 }} |