@extends('front::layouts.master') @section('title','Aatrral Industries || Forum') @section('content')
| Topic | Views | Replies | Last reply | Reply by |
|---|---|---|---|---|
| {{ $forum->title }} | {{ $forum->views }} | {{ $forum->replies_count }} | @if($forum->last_question_reply_at) {{ \Carbon\Carbon::parse($forum->last_question_reply_at)->diffForHumans() }} @else No replies @endif | @if($forum->last_question_reply_by) {{ $forum->last_question_reply_by ?? 'User' }} @else — @endif |