Merge pull request #1514 from prashant-webkul/development

Fixed order of page title section
This commit is contained in:
Jitendra Singh 2019-09-24 14:50:49 +05:30 committed by GitHub
commit ef29bb87b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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))