@include('public::notifications')

My Forums

Your awesome text goes here.


{!!Form::open()->method('GET')!!}
{!!Form::text('search')->type('search')->class('form-control')->placeholder('Search for...')->raw()!!}
{!! Form::close()!!}
@foreach($forums as $forum) @endforeach
{!! trans('forum::forum.label.name')!!} {!! trans('forum::forum.label.message')!!} {!! trans('forum::forum.label.children_id')!!} {!! trans('forum::forum.label.status')!!} Action
{{ $forum->name }} {{ $forum->message }} {{ $forum->children_id }} {{ $forum->status }} View Edit Delete
{{ $forums->links() }}