@section('content')
| ID | Title | Slug | Last Updated | Actions | ||
|---|---|---|---|---|---|---|
| {{ $page->page_id }} | {{ $page->title }} | {{ $page->slug }} | {{ date('M d, Y \a\t g:i A',strtotime($page->updated_at)) }} | Edit | {{ Form::open(array('route' => array('admin.pages.destroy', $page->page_id), 'method' => 'DELETE')) }} {{ Form::close() }} | |
{{ $pages->links() }} |
||||||
| No pages yet. | ||||||