@extends('front.layout') @section('meta-keywords', "$blog->meta_keywords") @section('meta-description', "$blog->meta_description") @section('content') {{convertUtf8($bs->blog_details_title)}} {{__('Home')}} {{convertUtf8($blog->title)}} {{convertUtf8($blog->title)}} {!! nl2br(replaceBaseUrl(convertUtf8($blog->content))) !!} {{__('Share')}} : {{__('All Categories')}} @foreach ($bcats as $key => $bcat) {{convertUtf8(convertUtf8($bcat->name))}} @endforeach @endsection @section('script') @if($bs->is_disqus == 1) {!! $bs->disqus_script !!} @endif @endsection
{!! nl2br(replaceBaseUrl(convertUtf8($blog->content))) !!}