@if (!empty($setting->fb_ads_code)) @endif
@if (!empty($setting->fb_ads_code)) {!! $setting->fb_ads_code !!} @endif @if(!empty($post->post_media))
@endif

{{ $post->post_title }}

@if (!empty($post->post_desc))

{{ $post->post_desc }}

@endif
{{ $post->user->username }}
@if (!empty($post->post_video))
@endif @if($post->contents) @foreach ($post->contents as $content) @if ($content->type == "header")

{{ $content->body }}

@endif @if ($content->type == "text")

{{ $content->body }}

@endif @if ($content->type == "txteditor") {!! clean( $content->body ) !!} @endif @if ($content->type == "image") @if (!empty($content->link))
@else
@endif @endif @if ($content->type == "youtube")
@endif @if ($content->type == "tweet")
@endif @if ($content->type == "facebook")
@endif @if ($content->type == "instagram")
@endif @if ($content->type == "pinterest")
@endif @if ($content->type == "tiktok")
@endif @endforeach @endif @if (!empty($related)) @endif