@foreach($categories as $key => $category)
{{ number_format($category->documents_count) }} files
{{ $category->title}}
@endforeachList Of Documents Categories
@if($categories->count() == 0)
@else
@endif
{{ label('lbl_no_information') }}
| S/N | Category Name | Documents | Download Center | Status | Options |
|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $category->title_en }} | {{ number_format($category->documents_count) }} | @if ($category->usage_option ==1) YES @else NO @endif | @if ($category->active ==1) Active @else in Active @endif | View Edit {!! link_to_route('cms.document-categories.destroy', "Delete", array($category->id), array('data-method' => 'delete', 'data-confirm' => 'Are you Sure' ,'class' => 'label theme-b bg-danger text-white f-12')) !!} |