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

Forums

@foreach ($forums as $forum) @endforeach
Category Title Content Total Responses Created By View
{{$forum->category->title}} {{$forum->title}} {{strlen($forum->content) > 30 ? substr($forum->content, 0, 30) . '...' : $forum->content}} {{$forum->responses_count}} {{$forum->user->username}}
@include('partials.footer')
@include('global.footer-links')