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

Page Contents

@include('common.alerts')
@if(count($page_contents) > 0) @foreach($page_contents as $page_content) @endforeach
ID Content
{{$page_content->id}} {{ str_limit($page_content->content, 75) }}
@else
Oops! No Help Content was Found!
@endif
@stop @section('scripts') @stop