@if(seo('title'))
@seo('title')
@if(seo()->hasTag('og:title'))
@else
@endif
@endif
@if(seo('description'))
@endif
@if(seo('site')) @endif
@if(seo('image')) @endif
@if(seo('url'))
@endif
@foreach(seo()->tags() as $tag)
{!! $tag !!}
@endforeach
@foreach(seo()->extensions() as $extension)
@endforeach