@extends("front.$version.layout") @section('pagename') - {{convertUtf8($blog->title)}} @endsection @section('meta-keywords', "$blog->meta_keywords") @section('meta-description', "$blog->meta_description") @section('breadcrumb-title', convertUtf8($bs->blog_details_title)) @section('breadcrumb-subtitle', strlen($blog->title) > 30 ? mb_substr($blog->title, 0, 30, 'utf-8') . '...' : $blog->title) @section('breadcrumb-link', __('Blog Details')) @section('content')
{{date('F d, Y', strtotime($blog->created_at))}} - {{__('BY')}} {{__('Admin')}}

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

{!! replaceBaseUrl(convertUtf8($blog->content)) !!}
@if ($blog->sidebar == 1)
@endif
@endsection @section('scripts') @if($bs->is_disqus == 1) {!! $bs->disqus_script !!} @endif @endsection