From e979f6f2e7f98f6eb80df6f897b117f943135fd7 Mon Sep 17 00:00:00 2001 From: sanjeev Date: Mon, 1 Aug 2022 12:34:14 +0530 Subject: [PATCH] Removed space after bracket and added and added a line after block --- .../Shop/src/Resources/views/layouts/header/index.blade.php | 2 +- .../views/shop/layouts/top-nav/login-section.blade.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/Webkul/Shop/src/Resources/views/layouts/header/index.blade.php b/packages/Webkul/Shop/src/Resources/views/layouts/header/index.blade.php index d34e1d8db..d9e23e914 100755 --- a/packages/Webkul/Shop/src/Resources/views/layouts/header/index.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/layouts/header/index.blade.php @@ -98,7 +98,7 @@
  • - @if( auth()->guard('customer')->user() && auth()->guard('customer')->user()->image) + @if (auth()->guard('customer')->user() && auth()->guard('customer')->user()->image) {{ auth('customer')->user()->first_name }} @else diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php index dcfddb209..04210c3ea 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/top-nav/login-section.blade.php @@ -2,11 +2,12 @@