create update tourisms

This commit is contained in:
arifal
2025-02-18 02:45:39 +07:00
parent aff31e08ef
commit 1dd971fb73
16 changed files with 3233 additions and 2982 deletions

View File

@@ -176,7 +176,7 @@ class UmkmController extends Controller
public function downloadExcelUmkm()
{
$filePath = storage_path('app/public/templateFile/template_umkm.xlsx');
$filePath = storage_path('app/public/templates/template_umkm.xlsx');
// Cek apakah file ada
if (!file_exists($filePath)) {