@section('content')

Offering Types

@if($categories) @foreach($categories as $category) @endforeach @else @endif
ID Title Status Last Updated Actions
{{ $category->type_id }} {{ $category->type_name }} {{ ($category->is_active == '1')?'Active':'Inactive'; }} {{ date('M d, Y, g:ia',strtotime($category->updated_at)) }} {{ Form::open(array('route' => array('admin.offering.types.destroy', $category->type_id), 'method' => 'DELETE')) }} {{ Form::close() }}
No categories yet.
{{ $categories->appends(array('query' => Input::get('query')))->links() }} @endsection