This is a Forum package
Add Topic
Add Category
| Topic |
Description |
Category |
Status |
Created |
Action |
@foreach($data['topics'] as $topic)
| {{ $topic->topic }} |
{{ $topic->description }} |
{{ $topic->cat->title }} |
{{ $topic->status?'Active':'Inactive' }} |
{{ $topic->created_at }} |
|
@endforeach
@if(count($data['topics']) > 0)
{{ $data['topics']->links() }}
@endif