@if($WebmasterSection->comments_status)
{{ __('backend.topicCommentName') }} | {{ __('backend.topicComment') }} | {{ __('backend.status') }} | {{ __('backend.options') }} | |
---|---|---|---|---|
{!! Form::text('row_no_'.$comment->id,$comment->row_no, array('class' => 'pull-left form-control row_no','id'=>'row_no2')) !!}
{{$comment->name}}
{{$comment->email}}
|
{{ $comment->date }}
{{ $comment->comment }}
|
$WebmasterSection->id,"id"=>$Topics->id,"comment_id"=>$comment->id]) }}"> {{ __('backend.edit') }} @if(@Auth::user()->permissionsGroup->delete_status) @endif |