@extends('user.layouts.app') @php $user = Auth::user(); $img_url = empty(get_url('forum-photo/'.$data['cat_info']->id.'/crop/'.$data['cat_info']->banner_image)) ? url("assets/images/noimage.png") : get_url('forum-photo/'.$data['cat_info']->id.'/crop/'.$data['cat_info']->banner_image); @endphp @section('content')
{!! $data['cat_info']->description !!}
{!! Str::limit($topic->description, 500, " more..") !!}
by {{ ucfirst($topic->user_name) }} - {{ dateformat($topic->created_at,"F d") }}
No topics found inside this sub category. Please click here to choose another category.