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

{{ $pageNote }}

@if($row->updated_at!='0000-00-00 00:00:00') @endif
{!! Lang::get('core.Created_By')!!} @php $info = bsetecHelpers::getuserinfobyid($row->user_id) @endphp @if(count($info)>0) {{ ucfirst($info->first_name) }} {{ ucfirst($info->last_name) }} @endif
{!! Lang::get('core.Forum_Topic')!!} {{ $row->forum_topic }}
{!! Lang::get('core.Comment')!!} {{ strip_tags($row->comment) }}
{!! Lang::get('core.Created_At_Time')!!} {{ $row->created_at }}
{!! Lang::get('core.Updated_At_Time')!!} {{ $row->updated_at }}
@stop