Merge pull request #1517 from prashant-webkul/development
Fixed issue with undefined variable meta title
This commit is contained in:
commit
819b397b67
|
|
@ -17,7 +17,7 @@
|
|||
@endphp
|
||||
|
||||
@section('page_title')
|
||||
{{ $metaTitle ?? "" }}
|
||||
{{ isset($metaTitle) ? $metaTitle : "" }}
|
||||
@endsection
|
||||
|
||||
@section('head')
|
||||
|
|
|
|||
Loading…
Reference in New Issue