@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Forum Categories

@foreach ($forum as $category) @endforeach
Thumbnail Title Status Action
tbl-photos {{$category->title}} {{$category->status == 1 ? 'Active' : 'Deactive'}} @if ($category->status == 1) @else @endif
@include('partials.footer')
@include('global.footer-links')