{{ $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.student') @section('pageTitle',$forumTopic->title) @section('innerTitle',__lang('forum-topic')) @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>$customCrumbs]) @endsection @section('content')
{!! clean($thread->message) !!}
{{ __lang('reply') }}