@extends('layout.master') @section('css') {{-- --}} @stop @section('content')

Community Details

{{ $post->title }}
{{ $post->description }}
{{ $post->community_type_string }}
{{ $post->total_likes }}
{{ $post->media_type }}
@if ($post->status == 1)
{{ 'Active' }}
@else
{{ 'Deactive' }}
@endif
{{ date(config('app.date_format_date_time'), strtotime($post->created_at)) }}
@if ($post->media_type == 'video') @endif
@if ($post->media_type != 'video')
@if ($post->attachment == '') @else
@endif
@endif

{{ 'Comments ' }}

Comments Added By Added Date Actions

Report Abuse User List

Reported By Reported On
{{--

{{'Comments '}}

Comments Added By Added Date Actions
--}} @stop @section('script') @stop