@extends('themes.DevBlog.layouts.master') @section('content')

{{ $post->post_title ?? "" }}

by {{ $post->FakeUser->name ?? "" }} Published {{ $post->published_at->diffforhumans() ?? "" }} Updated {{ $updated_at->diffforhumans() ?? "" }} @if (config('constant.Update_Post_Link')) Update Post @endif
{!! sprintf($settings->bellow_title_ads, $post->post_title) !!}
@if (config('constant.Bing_SERP_TOP') == true && 0 < count(is_countable($bing_search_result_url)?$bing_search_result_url:[]) ) @for ($i=0; $i < config('constant.Bing_SERP_TOP_COUNT'); $i++)

{{ $i+1 }}.{{ $bing_search_result_title[$i] ?? "" }}

{{rand(1,36)}} hours ago {!! $bing_search_result_description[$i] ?? "" !!} @if (config('constant.CID_STATUS')) Read More @else Read More @endif

{!! $settings->loop_ads_1 !!}

@endfor @endif @if ((config('constant.post_content_above') == true) && !empty($postContent['post_content_above']))
{!! $postContent['post_content_above'] !!}
@endif @if((config('constant.bing_image_first') == true) && !empty($bing_images[0]))
image
@endif @if (config('constant.bing_rich_snippet_text') == true)

{!! $bing_rich_snippet_text ?? "" !!}

@endif @if (config('constant.google_rich_snippet') == true)

{!! $google_rich_snippet ?? "" !!}

@endif @if ((config('constant.bing_rich_snippet_link') == true) && !empty($bing_rich_snippet_link ) ) Full Answer

@endif @if(!empty($bing_videos[0]) && (config('constant.bing_videos_first') == true))
@endif @if ((config('constant.bing_related_keywords') == true) && !empty($bing_related_keywords))

Related Posts:

@foreach ( $bing_related_keywords as $bing_keyword)
  • {{ $bing_keyword }}
  • @endforeach
    @endif @if ((config('constant.post_content_middle') == true) && !empty($postContent['post_content_middle']))
    {!! $postContent['post_content_middle'] ?? "" !!}
    @endif @if ((config('constant.bing_paa') == true) && !empty($bing_paa_questions[0]))
    {!! $settings->loop_ads_1 !!}
    @for($i = 0; $i < count(is_countable($bing_paa_questions)?$bing_paa_questions:[]); $i++)

    {!! $bing_paa_questions[$i] ?? "" !!}

    {!! $bing_paa_answers[$i] ?? "" !!}

    @endfor @if((config('constant.bing_images_second') == true) && !empty($bing_images[0]))
    image
    @endif @endif @if ((config('constant.google_faq') == true) && !empty($google_faq_questions))
    {!! $settings->loop_ads_2 !!}
    @for($i = 0; $i < count(is_countable($google_faq_questions)?$google_faq_questions:[]); $i++)

    {!! $google_faq_questions[$i] ?? "" !!}

    {!! $google_faq_answers[$i] ?? "" !!}

    @endfor @if((config('constant.bing_videos_second') == true) && !empty($bing_videos[0]))
    @endif @endif @if ((config('constant.bing_slider_faq') == true) && !empty($bing_slider_faq_questions) ) @for($i = 0; $i < count(is_countable($bing_slider_faq_questions)?$bing_slider_faq_questions:[]); $i++)

    {!! $bing_slider_faq_questions[$i] ?? "" !!}

    {!! $bing_slider_faq_answers[$i] ?? "" !!}

    @endfor @endif @if ( (config('constant.google_related_keywords') == true) && !empty($google_related_keywords))

    Posts you might like:

    @foreach ( $google_related_keywords as $google_keyword)
  • {{ $google_keyword }}
  • @endforeach
    @endif @if ((config('constant.pop_questions') == true) && !empty($bing_pop_faq_questions))
    {!! $settings->loop_ads_3 !!}
    @for($i = 0; $i < count(is_countable($bing_pop_faq_questions)?$bing_pop_faq_questions:[]); $i++)

    {!! $bing_pop_faq_questions[$i] ?? "" !!}

    {!! $bing_pop_faq_answers[$i] ?? "" !!}

    @endfor @if(!empty($bing_images[0]))
    image
    @endif @endif @if (!empty($bing_tab_faq_questions[0]) && (config('constant.bing_tab_faq') == true)) @for($i = 0; $i < count(is_countable($bing_tab_faq_questions)?$bing_tab_faq_questions:[]); $i++)

    {!! $bing_tab_faq_questions[$i] ?? "" !!}

    {!! $bing_tab_faq_answers[$i] ?? "" !!}

    @endfor @endif @if (!empty($postContent['post_content_after']) && (config('constant.post_content_after') == true))
    {!! $postContent['post_content_after'] !!}
    @endif @if (config('constant.popular_post') == true)

    Popular Posts:

    @foreach ($sidebar as $item)
  • {{ $loop->iteration }}. {{ $item->post_title }}
  • @endforeach
    @endif
    @if (config('constant.Bing_SERP') == true && 0 < count(is_countable($bing_search_result_url)?$bing_search_result_url:[]) ) @for ($i=0; $i < count($bing_search_result_url); $i++)

    {{ $i+1 }}.{{ $bing_search_result_title[$i] ?? "" }}

    Url:{{ $bing_search_result_url[$i] ?? "" }}

    {{rand(1,36)}} hours ago {!! $bing_search_result_description[$i] ?? "" !!}

    @endfor @endif @if (config('constant.Bing_news')==true && 0 < count(is_countable($bing_news_title)?$bing_news_title:[]) ) @for($i=0; $i < count(is_countable($bing_news_title)?$bing_news_title:[]); $i++)

    {{ $i+1 }}. {{ $bing_news_title[$i]}}

    {{rand(1,36)}} hours ago {{ $bing_news_description[$i] }}

    {{ $indexedArray[array_rand($indexedArray)] }}
    {{rand(1,360000)}} People Read
    @endfor @endif
    @endsection