diff --git a/resources/views/Ijin_usaha/create.blade.php b/resources/views/Ijin_usaha/create.blade.php index 507268d..fb44efa 100644 --- a/resources/views/Ijin_usaha/create.blade.php +++ b/resources/views/Ijin_usaha/create.blade.php @@ -14,8 +14,8 @@
@endif @csrf -
-
+
+

{{ isset($ijin_usaha->id) ? 'Edit' : 'Tambah' }} Ijin Usaha

diff --git a/resources/views/Ijin_usaha/index.blade.php b/resources/views/Ijin_usaha/index.blade.php index 27f9d64..8809c99 100644 --- a/resources/views/Ijin_usaha/index.blade.php +++ b/resources/views/Ijin_usaha/index.blade.php @@ -6,9 +6,9 @@ @section('content')
-
-
+

Ijin Usaha

diff --git a/resources/views/activity/activitydetail.blade.php b/resources/views/activity/activitydetail.blade.php index b26b60b..d964608 100644 --- a/resources/views/activity/activitydetail.blade.php +++ b/resources/views/activity/activitydetail.blade.php @@ -14,7 +14,7 @@ @endpush
-
+

Activity Permohonan

@@ -54,7 +54,7 @@
-
+
@include('lpj::component.history-permohonan')
diff --git a/resources/views/activity/components/status.blade.php b/resources/views/activity/components/status.blade.php index 19d1107..b36e4fb 100644 --- a/resources/views/activity/components/status.blade.php +++ b/resources/views/activity/components/status.blade.php @@ -19,7 +19,7 @@ {{-- Tampilkan keterangan jika status 'register' --}} @if (strtolower($status->name) == 'register' && $hasKeterangan && $isCurrentStatus) -
+

{{ $permohonan->keterangan }} @@ -30,7 +30,7 @@ {{-- Tampilkan dokumen dan keterangan jika status 'revisi' --}} @if (strtolower($status->name) == 'revisi' && $hasKeterangan) -

+
{{ basename($permohonan->dokumen) }} @@ -44,7 +44,7 @@ @endif @if (strtolower($status->name) == 'assign' && $isCurrentStatus) -
+
diff --git a/resources/views/activity/index.blade.php b/resources/views/activity/index.blade.php index 53ff981..2e73d0c 100644 --- a/resources/views/activity/index.blade.php +++ b/resources/views/activity/index.blade.php @@ -34,14 +34,14 @@ @endpush
-
-
+
+
Activity
-
+
diff --git a/resources/views/activity/progres_activity/index.blade.php b/resources/views/activity/progres_activity/index.blade.php index af59311..f2f6527 100644 --- a/resources/views/activity/progres_activity/index.blade.php +++ b/resources/views/activity/progres_activity/index.blade.php @@ -42,8 +42,8 @@ @endpush
-
-
+
+

Team Activity

@@ -88,7 +88,7 @@