From e63b9c9c03541cf0d3f965d156dc75fcaaca04a5 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 4 Feb 2026 13:40:39 +0700 Subject: [PATCH] update --- app/Helpers/custom.php | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/app/Helpers/custom.php b/app/Helpers/custom.php index 8016be8..8b86508 100644 --- a/app/Helpers/custom.php +++ b/app/Helpers/custom.php @@ -1761,6 +1761,16 @@ if (!function_exists('formKriteria')) { ->first(); $extension = explode('.',@$checkFile->value); + $html .= '
'; + $html .= ''; + $html .= '
'; + $html .= '
Catatan
'; + $html .= '
'; + $html .= ''; + $html .= '
'; + $html .= '
'; + $html .= '
'; + if(@$checkFile){ $html .= '
@@ -1782,15 +1792,7 @@ if (!function_exists('formKriteria')) {
'; } - $html .= '
'; - $html .= ''; - $html .= '
'; - $html .= '
Catatan
'; - $html .= '
'; - $html .= ''; - $html .= '
'; - $html .= '
'; - $html .= '
'; + } return $html;