{{ $row->title }}
{{ $row->username }}
{{ date("M j, Y " , strtotime($row->created)) }}
{{ $row->comments }} comment(s)
{{ SiteHelpers::renderHtml( str_replace('
',"",$row->content)) }}
',"",$row->content)) }}
( {{ $row->comments }} ) Comment(s)
@foreach($comments as $com)
@endforeach
@if(Auth::check()):
{{ Form::open(array('url'=>'blog/savecomment/', 'parsley-validate'=>'','novalidate'=>' ')) }}
{{ date("F j, Y " , strtotime($com['created'])) }} | {{ $com['name'] }} says :
@if(Session::get('gid') == 1)
Remove
@endif
Please login to post comment
@endif
@include('blog.sidebar')