@extends('layouts.user') @section('content')

{{$post->title}}

{{$post->title}}
{!!$setdata['top_ad']!!}
{{translate('Published in')}} : {{$post->created_at->format('d M Y')}}

{{$post->title}}

{!! $post->content !!}
{!!$setdata['bottom_ad']!!}
@if (!empty($setdata['disqus']))

{{translate('Leave a Reply')}}

@endif
@include('frontend.sidebar')
@endsection