@extends('frontend.layouts.app') @section('meta_title'){{ $blog->meta_title }}@stop @section('meta_description'){{ $blog->meta_description }}@stop @section('meta_keywords'){{ $blog->meta_keywords }}@stop @section('meta') @endsection @section('content')
{{ $blog->title }}

{{ $blog->title }}

@if($blog->category != null)
{{ $blog->category->category_name }}
@endif
{!! $blog->description !!}
@if (get_setting('facebook_comment') == 1)
slug) }}" data-width="" data-numposts="5">
@endif
@endsection @section('script') @if (get_setting('facebook_comment') == 1)
@endif @endsection