@extends('backend.layouts.app') @section('title', \App\Http\Helpers\MenuHelper::getPageTitle()) @section('content')

All Documents

@can('content-download.create') Create New @endcan
@forelse($downloads as $download) @empty @endforelse
No Title Category Translations Status Actions
{{ ($downloads->currentPage() - 1) * $downloads->perPage() + $loop->iteration }} {{ $download->download_title ?? '-' }} {{ $categories[$download->download_category] ?? $download->download_category ?? '-' }} @if ($download->translations_count > 0) {{ $download->translations_count }} language(s) @else - @endif {{ $statuses[$download->download_status] ?? '-' }}
@can('content-download.update') @endcan @can('content-download.delete')
@csrf @method('DELETE')
@endcan

No documents found

Click "Create New" to add your first entry.

{{ $downloads->appends(request()->query())->links('vendor.pagination.custom') }}
@endsection