@extends('layouts.site') @push('head') @if(!empty($seo['meta_description'])) @endif @if(!empty($seo['meta_keywords'])) @endif @if(!empty($seo['meta_author'])) @endif @if(!empty($seo['meta_publisher'])) @endif @if(!empty($seo['meta_copyright'])) @endif @if(!empty($seo['meta_refresh'])) @endif @if(!empty($seo['og_description'])) @endif @if(!empty($seo['og_image'])) @endif @endpush @section('content')
{!! html_entity_decode((string) ($content->translation->content ?? ''), ENT_QUOTES | ENT_HTML5, 'UTF-8') !!}
@endsection