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