@extends('layouts.auth.app') @section('title', 'TCC Download') @section('content')

TCC Download

View and download Tax Clearance Certificates for {{ date('Y') - 1 }}

@if($stats)

Total TCCs

{{ number_format($stats->TotalCount ?? 0) }}

Downloaded

{{ number_format($stats->DownloadedCount ?? 0) }}

Awaiting Download

{{ number_format($stats->AwaitingCount ?? 0) }}

@endif

Search Filters

TCC Download List

Download Status TCC Ref No Individual RIN Full Name Date Action
@endsection @push('scripts') @endpush