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

Forum Category

@stop @section('content')
Add
@foreach ($forumCategory as $blg) {{----}} {{----}} {{----}} @endforeach
Name Slug Status Action
@if(!empty($blg->image)) @endif {{$blg->name}} {{$blg->slug}} {{($blg->status)?'Active':'Deactive'}}featured?'checked':''}} class="chk_featured" data-url="{{ route('forum-category.updateFeatured',$blg->id) }}"/> Topics
@section('js') @stop @stop