@extends('front::layouts.master') @section('title','Aatrral Industries || Forum') @section('content')
@auth Ask a Question @else Ask a Question @endauth
@foreach($forums as $forum) @endforeach
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
{{-- ===================== --}} {{-- Ask Question Modal --}} {{-- ===================== --}} @push('styles') @endpush @push('scripts') @endpush @endsection