@if(count($help_contents) > 0)
ID |
Title |
Icon |
|
@foreach($help_contents as $help_content)
{{$help_content->code}} |
{{$help_content->title}} |
|
|
@endforeach
@else
Oops! No Help Content was Found!
@endif
{!! $help_contents->appends(Request::except('page'))->render() !!}