Files
citrus-cms/resources/views/admin/dashboard/module/dashboard-summary.blade.php
T
2026-04-28 21:15:09 +03:00

8 lines
187 B
PHP

<?php
// Fetch the cached dashboard content
$cachedDashboardContent = Storage::get('cache/dashboard.blade.php');
// Display the cached dashboard content
echo $cachedDashboardContent;
?>