where("y", "1")->get(); foreach ($documentTemplates as $template) { $cacheKey = "cron_report_builder_template_{$template->id}"; $progressCacheKey = "cron_report_builder_progress_{$template->id}"; Cache::forget($cacheKey); Cache::forget($progressCacheKey); } Cache::forget('cron_report_builder_overall_progress'); echo "
";
echo htmlspecialchars($output);
echo "";
}
?>
Last Run: {{ $overallProgress['last_run'] }}
Status: @if($overallProgress['status'] == 'completed') Completed @elseif($overallProgress['status'] == 'timeout') Timeout @else Not Started @endif
Execution Time: {{ $overallProgress['execution_time'] }} seconds
No active document templates found.
"; } ?>