@extends('adminlte::page') @section('title', 'Category') @section('content_header')

Forum User Topics

@stop @section('content')
@foreach ($forums as $blg) {{----}} {{----}} @endforeach
Topic Name Category User Name Approval Status Action Last Updated By
@if(!empty($blg->image)) @endif {{$blg->topic}} {{ optional($blg->category)->name ?? '' }} {{ blank($blg->user->name) ? $blg->user->email : $blg->user->name }} {{($blg->is_approved)?'Approved':'Not Yet'}}featured?'checked':''}} class="chk_featured" data-url="{{ route('forum-category.updateFeatured',$blg->id) }}"/> {{ $blg->updatedBy->name ?? 'N/A' }}
({{$blg->created_at->setTimezone('Asia/Kolkata')->format('d-m-Y h:i A')}})
@section('js') @stop @stop