@if($blog->meta_title)
{{ $blog->meta_title }}
@endif
@if($blog->meta_description)
{{ $blog->meta_description }}
@endif
@if($blog->meta_keywords)
{{ $blog->meta_keywords }}
@endif
@if($blog->canonical_url)
@endif
@if($blog->og_image)
@endif
@if($blog->schema_type)
{{ ucwords(str_replace('_', ' ', $blog->schema_type)) }}
@endif