Merge pull request #1516 from prashant-webkul/development

Null coalesce for title on bagisto's home page
This commit is contained in:
Jitendra Singh 2019-09-24 17:42:06 +05:30 committed by GitHub
commit d439258095
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 }}
{{ $metaTitle ?? "" }}
@endsection
@section('head')