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;