@extends('layouts.admin') @section('title', 'Download Center') @section('page-title', 'Download Center') @section('content')

Operations / Download Center

Upload Circular / PDF
@forelse($downloads as $dl) @empty @endforelse
Document Details Category Date Uploaded Action
{{ $dl->title }} {{ $dl->description }}
{{ $dl->category }} {{ $dl->created_at->format('d M Y') }}
@csrf @method('DELETE')
No documents uploaded for download.
@endsection