@extends('frontend.layouts.app') @section('meta') @php $metaData = getMeta('forum'); @endphp @endsection @section('content')
{{ __('or') }}
{{ Str::limit($forumCategory->subtitle, 70) }}
{{ count($forumCategories) }}
{{ $totalForumPost }}
{{ $totalForumAnswer }}
{{ $totalMember }}
{{ $blog->user->name }} / {{ $blog->created_at->format(' j M, Y') }}
{!! Str::limit($blog->details, 200) !!}