@php $thresholdRecords = collect($thresholdRecords ?? [ (object) ['id' => 1, 'username' => 'Ali Khan', 'file_name' => 'financial_report_march.xlsx', 'created_at' => '2024-03-12', 'status' => 'completed'], (object) ['id' => 2, 'username' => 'Sara Ahmed', 'file_name' => 'survey_data.csv', 'created_at' => '2024-03-10', 'status' => 'processing'], (object) ['id' => 3, 'username' => 'Usman Tariq', 'file_name' => 'baseline_data.xlsx', 'created_at' => '2024-03-08', 'status' => 'failed'], (object) ['id' => 4, 'username' => 'Hina Malik', 'file_name' => 'monitoring_report.xlsx', 'created_at' => '2024-03-05', 'status' => 'completed'], ]); @endphp