{{-- resources/views/payroll/index.blade.php --}} @extends('layouts.app') @section('title', 'Payroll & Contributions Dashboard') @section('page-title', 'Dashboard') @section('content')
Total Payroll Records
{{ number_format($stats['payroll_count']) }}
Total Contributions
{{ number_format($stats['contribution_count']) }}
Latest Upload
{{ $stats['latest_upload'] ?? 'No uploads yet' }}
Available Periods
{{ $stats['periods_count'] }}
{{ $activity['description'] }}
{{ $activity['time'] }}
No recent activity
Upload some CSV files to see activity here