From 1b231804ef9678eec57fb0c3381cf00ecfe4d05a Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 4 Feb 2026 13:48:11 +0700 Subject: [PATCH] update --- app/Helpers/custom.php | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/app/Helpers/custom.php b/app/Helpers/custom.php index 71d2b4b..464b7ef 100644 --- a/app/Helpers/custom.php +++ b/app/Helpers/custom.php @@ -1761,7 +1761,7 @@ if (!function_exists('formKriteria')) { ->first(); $extension = explode('.',@$checkFile->value); - $html .= '
'; + $html .= '
'; $html .= ''; $html .= '
'; $html .= '
Catatan
'; @@ -1773,23 +1773,27 @@ if (!function_exists('formKriteria')) { if(@$checkFile){ $html .= '
- - -
-
- +
+ + +
+
+ +
+
- + Ukuran Maksimal File : 10MB, Ekstension File : .pdf,.png,.jpeg,.jpg
- Ukuran Maksimal File : 10MB, Ekstension File : .pdf,.png,.jpeg,.jpg
'; }else{ $html .='
- - - - Ukuran Maksimal File : 10MB, Ekstension File : .pdf,.png,.jpeg,.jpg -
'; +
+ + + + Ukuran Maksimal File : 10MB, Ekstension File : .pdf,.png,.jpeg,.jpg +
+
'; }