Merge pull request #2816 from shubhwebkul/master

Event added: - bagisto.shop.layout.header.before
This commit is contained in:
Jitendra Singh 2020-04-02 13:45:01 +05:30 committed by GitHub
commit 26909c1cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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') !!}
<div class="main-content-wrapper col-12 no-padding">
@php