Null coalesce for title on bagisto's home page

This commit is contained in:
Prashant Singh 2019-09-24 17:34:19 +05:30
parent cc30b5849c
commit 2a52d24093
1 changed files with 1 additions and 1 deletions

View File

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