@if($categories->count() == 0)
@else
@foreach($categories as $key => $documentCategory)
@endif
{{ label('lbl_no_information') }}
|
{{ $documentCategory->title_en }} {{ number_format($documentCategory->documents_count) }} Files |
List Of {{$category->title}} Documents
@if($category->documents->count() == 0)
@else
@endif
{{ label('lbl_no_information') }}
| Title | Status | Options | |
|---|---|---|---|
| {{ $key + 1}} | @php echo wordwrap($document->title,60,"") @endphp | @if ($document->active ==1) Active @else in Active @endif | View & Edit {!! link_to_route('cms.documents.destroy', "Delete", array($document->id), array('data-method' => 'delete', 'data-confirm' => 'Are you Sure' ,'class' => 'label theme-b bg-danger text-white f-12')) !!} |