@section('content')

Investor education categories

@if($categories) @foreach($categories as $category) @endforeach @else @endif
ID Title Last Updated Actions
{{ $category->category_id }} {{ $category->title }} {{ date('M d, Y, g:ia',strtotime($category->updated_at)) }} {{ Form::open(array('route' => array('admin.investor-education.categories.destroy', $category->category_id), 'method' => 'DELETE')) }} {{ Form::close() }}
No categories yet.
{{ $categories->appends(array('query' => Input::get('query')))->links() }} @endsection