@if(isset($APP_META_TAGS) && !empty($APP_META_TAGS))
{!! $APP_META_TAGS?? false !!}
@endif
@if(isset($OPEN_GRAPH_TAGS) && !empty($OPEN_GRAPH_TAGS))
{!! $OPEN_GRAPH_TAGS?? false !!}
@endif
@if(isset($item->custom_meta_tags) && !empty($item->custom_meta_tags) && !$homePage)
{!! $item->custom_meta_tags !!}
@endif
{{$homePage? __t($APP_TITLE) : (__t($item->page_title)?? __t($APP_TITLE))}}
@yield('header-js')
@yield('header-css')
@if(isset($GLOBAL_HEADER) && !empty($GLOBAL_HEADER))
{!! $GLOBAL_HEADER?? NULL !!}
@endif
@if(isset($AFTER_BODY_TAG) && !empty($AFTER_BODY_TAG))
{!! $AFTER_BODY_TAG?? NULL !!}
@endif
@include('layout.navbar')