@extends('layouts.master') @section('content') @include('admin.navigation-menu')

Help Contents

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