@extends('frontend.layouts.app') @section('content') @include('frontend.partials.page-header',['pageTitle'=>'Downloads','pageSubtitle'=>'Syllabi, circulars, forms, and official documents','breadcrumbs'=>[['name'=>'Downloads']]])
@foreach(['all'=>'All','syllabus'=>'Syllabus','circular'=>'Circulars','form'=>'Forms','report'=>'Reports','policy'=>'Policies','tender'=>'Tenders'] as $v=>$l) {{ $l }} @endforeach
@forelse($downloads as $dl)

{{ $dl->title }}

{{ $dl->category }} @if($dl->department)· {{ $dl->department->short_name }}@endif @if($dl->file_size)· {{ $dl->file_size }}@endif · {{ $dl->download_count }} downloads
Download
@empty
No downloads found in this category.
@endforelse
{{ $downloads->links() }}
@endsection