diff --git a/packages/Webkul/Shop/src/Resources/views/home/index.blade.php b/packages/Webkul/Shop/src/Resources/views/home/index.blade.php index be5e3c5f0..9c883259d 100755 --- a/packages/Webkul/Shop/src/Resources/views/home/index.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/home/index.blade.php @@ -1,9 +1,5 @@ @extends('shop::layouts.master') -@section('page_title') - {{ core()->getCurrentChannel()->meta_title }} -@endsection - @php $channel = core()->getCurrentChannel(); @@ -20,6 +16,10 @@ } @endphp +@section('page_title') + {{ $metaTitle }} +@endsection + @section('head') @if (isset($homeSEO))