@php
$ts = strtotime($post_detail->created_at);
$created_date = date('d F, Y',$ts);
@endphp
{{ $created_date }}
{{ $post_detail->visitors }}
{!! $post_detail->post_detail !!}
{{ TAGS }}
@foreach($tag_data as $item)
{{ $item->tag_name }}
@endforeach
{{ COMMENT }}
{!! $global_setting_data->disqus_code !!}