@section('content')

Static Pages

Add a new Page
@if($pages) @foreach($pages as $page) @endforeach @if($pages->getTotal() > 20) @endif @else @endif
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() }}
No pages yet.
@endsection