@extends('layouts.main') @section('title', 'Financial Reports - UFG') @push('styles') @endpush @section('content')

Financial Reports

Financial Reports

Access our comprehensive financial reports, board documents, and annual reports for complete transparency and governance

@forelse($financialReports as $report)

{{ $report->title }}

{{ $report->description }}

Published: {{ $report->published_at->format('F j, Y') }} {{ $report->file_type }} • {{ $report->formatted_file_size }}
Download
@empty

No Financial Reports Available

Financial reports will be available here once published.

@endforelse
@forelse($boardReports as $report)

{{ $report->title }}

{{ $report->description }}

Published: {{ $report->published_at->format('F j, Y') }} {{ $report->file_type }} • {{ $report->formatted_file_size }}
Download
@empty

No Board Reports Available

Board reports will be available here once published.

@endforelse
@forelse($annualReports as $report)

{{ $report->title }}

{{ $report->description }}

Published: {{ $report->published_at->format('F j, Y') }} {{ $report->file_type }} • {{ $report->formatted_file_size }}
Download
@empty

No Annual Reports Available

Annual reports will be available here once published.

@endforelse
@endsection @push('scripts') @endpush