Merge pull request #1517 from prashant-webkul/development

Fixed issue with undefined variable meta title
This commit is contained in:
Jitendra Singh 2019-09-25 10:56:50 +05:30 committed by GitHub
commit 819b397b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
@endphp
@section('page_title')
{{ $metaTitle ?? "" }}
{{ isset($metaTitle) ? $metaTitle : "" }}
@endsection
@section('head')