@extends(theme('layouts.master'))
@section('title')
{{Settings('site_title') ? Settings('site_title') : 'Infix LMS'}} | {{__('forum.Forum')}}
@endsection
@section('css')
@endsection
@section('js')
@if($errors->any())
@endif
@endsection
@section('mainContent')
{!! $forum->description !!}
{{@$forum->user->name}}{{ \Carbon\Carbon::parse($reply->user->created_at)->diffForhumans() }} . Joined {{showDate($reply->user->created_at)}}
Post’s - {{$reply->user->forums->count()}}
Reply - {{$reply->user->forumReply->count()}}
{{showDate($reply->created_at)}} , {{date("H:i:s A",strtotime($reply->created_at))}}
{!! @$reply->reply !!}
{{ \Carbon\Carbon::parse($second_reply->user->created_at)->diffForhumans() }} . Joined {{showDate($second_reply->user->created_at)}}
Post’s - {{$second_reply->user->forums->count()}}
Reply - {{$second_reply->user->forumReply->count()}}
{{showDate($second_reply->created_at)}} , {{date("H:i:s A",strtotime($second_reply->created_at))}}
{!! @$second_reply->reply !!}
{{showDate($forum->created_at)}} , {{date("H:i:s A",strtotime($forum->created_at))}}
Related Forum Not Found
@endforelse