From efd96f8259b4807132980a349d99a91f9e6336b1 Mon Sep 17 00:00:00 2001 From: Shubham Mehrotra Date: Thu, 2 Apr 2020 12:49:44 +0530 Subject: [PATCH] {git commit -m --- .../src/Resources/views/shop/layouts/master.blade.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php index 084b67d9a..abab33111 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/layouts/master.blade.php @@ -66,7 +66,12 @@ @section('body-header') @include('shop::layouts.top-nav.index') - @include('shop::layouts.header.index') + + {!! view_render_event('bagisto.shop.layout.header.before') !!} + + @include('shop::layouts.header.index') + + {!! view_render_event('bagisto.shop.layout.header.after') !!}
@php