@extends('front.layout') @section('meta-keywords', "$blog->meta_keywords") @section('meta-description', "$blog->meta_description") @section('content')

{{convertUtf8($bs->blog_details_title)}}

blog

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

{!! nl2br(replaceBaseUrl(convertUtf8($blog->content))) !!}

{{__('Share')}} :

{{__('All Categories')}}

@endsection @section('script') @if($bs->is_disqus == 1) {!! $bs->disqus_script !!} @endif @endsection