{{ $thread->postReply->user->name }}
{{ \Carbon\Carbon::parse($thread->postReply->created_at)->format('D d/M/Y') }}{{ \Carbon\Carbon::parse($thread->postReply->created_at)->diffForHumans() }}
{!! clean($thread->postReply->message) !!}
@extends('layouts.admin') @section('page-title',$forumTopic->title) @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>$customCrumbs]) @endsection @section('content')
{!! clean($thread->message) !!}
{{ __lang('reply') }}