@if(!empty($page_seo->getData('post_title')))
{{ $page_seo->getData('post_title') }}
@endif
@if(!empty($page_seo->getData('seo_description')))
@endif
@if(!empty($page_seo->getData('seo_canonical')))
@else
@endif
@if(!empty($page_seo->getData('og_title')))
@endif
@if(!empty($page_seo->getData('og_type')))
@endif
@if(!empty($page_seo->getData('og_site_name')))
@endif
@php $mainLogo = (!empty($websiteSettings)) ? $websiteSettings->getData('logo_main') : ''; @endphp
@if(!empty($page_seo->getMeta('og_image')))
@else
@endif
@if(!empty($page_seo->getMeta('og_image_alt')))
@endif
@if(!empty($page_seo->getData('og_locale')))
@endif
@if(!empty($page_seo->getData('og_description')))
@endif
@if(!empty($page_seo->getMeta('twitter_card')))
@endif
@if(!empty($page_seo->getMeta('twitter_description')))
@endif
@if(!empty($page_seo->getMeta('twitter_title')))
@endif
@if(!empty($page_seo->getMeta('twitter_image')))
@endif
@if(!empty($page_seo->getMeta('meta_robots')))
@endif