Merge pull request #1516 from prashant-webkul/development
Null coalesce for title on bagisto's home page
This commit is contained in:
commit
d439258095
|
|
@ -17,7 +17,7 @@
|
|||
@endphp
|
||||
|
||||
@section('page_title')
|
||||
{{ $metaTitle }}
|
||||
{{ $metaTitle ?? "" }}
|
||||
@endsection
|
||||
|
||||
@section('head')
|
||||
|
|
|
|||
Loading…
Reference in New Issue