@extends("front.$version.layout") @section('pagename') - {{convertUtf8($post->title)}} @endsection @section('breadcrumb-title', convertUtf8($bs->rss_details_title)) @section('breadcrumb-subtitle', strlen($post->title) > 30 ? mb_substr($post->title, 0, 30, 'utf-8') . '...' : $post->title) @section('breadcrumb-link', __('RSS Feed Details')) @section('content')
{{date('F d, Y', strtotime($post->created_at))}} - {{__('BY')}} {{$post->category->feed_name}}

{{convertUtf8($post->title)}}

{!! convertUtf8($post->description) !!}
@endsection @section('scripts') @if($bs->is_disqus == 1) {!! $bs->disqus_script !!} @endif @endsection