{{ $title }}

Views ( {{ $posts->views }} ) {{ ucwords($posts->username) }} {{ date("M j, Y " , strtotime($posts->created)) }} {{ $posts->comments }} comment(s)
@if(file_exists('./uploads/images/posts/'.$posts->image) && $posts->image !='' ) @endif
{!! PostHelpers::formatContent($posts->note) !!}

Comments

@foreach($comments as $comm)
{{ ucwords($comm->username) }} | {{ date("M j, Y " , strtotime($comm->posted)) }}
{!!$comm->comments !!}
@if(Session::get('gid') == '1' OR $comm->userID == Session::get('uid')) Remove @endif
@endforeach
{!! SiteHelpers::avatar('60') !!}

Leave Comment

{{ csrf_field() }}
@include('layouts.default.blog.widget')