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 +
+
'; }