diff --git a/resources/views/livewire/studio/loyalty/voucher/form.blade.php b/resources/views/livewire/studio/loyalty/voucher/form.blade.php
index 6e5f366..68e838e 100644
--- a/resources/views/livewire/studio/loyalty/voucher/form.blade.php
+++ b/resources/views/livewire/studio/loyalty/voucher/form.blade.php
@@ -18,11 +18,19 @@
-
+
+ Nama *
+
+
+
-
+
+ Kode *
+
+
+
-
+
+ Tanggal Mulai *
+
+
+
-
+
+ Syarat dan Ketentuan *
+
+
+
+
@@ -70,73 +86,80 @@ class="**:data-[slot=content]:min-h-[100px]!" />
-
- @foreach (\App\Enums\VoucherType::cases() as $item)
-
- {{ $item->label() }}
-
- @endforeach
-
+
+ Jumlah Diskon *
+
+ @foreach (\App\Enums\VoucherType::cases() as $item)
+
+ {{ $item->label() }}
+
+ @endforeach
+
+
+
+ Jumlah Diskon *
@if ($form->type == \App\Enums\VoucherType::FIXED->value)
Rp
-
@else
-
%
@endif
-
@if ($form->type == \App\Enums\VoucherType::PERCENTAGE->value)
- Maks. Diskon
+ Maks. Diskon *
Rp
-
-
@endif
-
- @foreach (\App\Enums\IsActive::cases() as $item)
-
- {{ $item->label() }}
-
- @endforeach
-
+
+ Aktif? *
+
+ @foreach (\App\Enums\IsActive::cases() as $item)
+
+ {{ $item->label() }}
+
+ @endforeach
+
+
+
-
- Pilih Semua
-
- Hapus Semua
-
- @foreach ($outlets as $key => $value)
- {{ $value }}
+
+ Outlet *
+
+ Pilih Semua
- @endforeach
-
+ Hapus Semua
+
+ @foreach ($outlets as $key => $value)
+ {{ $value }}
+
+ @endforeach
+
+
+
diff --git a/resources/views/livewire/studio/master/outlet/form.blade.php b/resources/views/livewire/studio/master/outlet/form.blade.php
index 7266580..0c6b617 100644
--- a/resources/views/livewire/studio/master/outlet/form.blade.php
+++ b/resources/views/livewire/studio/master/outlet/form.blade.php
@@ -18,44 +18,83 @@
-
+
+ Nama
+ *
+
+
+
+
-
+
+ Nomor Telepon
+ *
+
+
+
+
-
+
+ Alamat
+ *
+
+
+
+
+
-
+
+ Patokan
+ *
+
+
+
+
+
-
+
+ Tanggal Buka
+ *
+
-
- @foreach (\App\Enums\OutletStatus::cases() as $status)
-
- {{ $status->label() }}
-
- @endforeach
-
+
+
+
+
+
+ Status
+ *
+
+
+
+ @foreach (\App\Enums\OutletStatus::cases() as $status)
+
+ {{ $status->label() }}
+
+ @endforeach
+
+
+
-
Gambar Utama
+
Gambar Utama *
+
@@ -78,7 +117,7 @@ class="mt-3 text-sm font-medium text-red-500 dark:text-red-400">
-
Gambar
+
Gambar *
diff --git a/resources/views/livewire/studio/master/user/form.blade.php b/resources/views/livewire/studio/master/user/form.blade.php
index a1f389f..c07e0df 100644
--- a/resources/views/livewire/studio/master/user/form.blade.php
+++ b/resources/views/livewire/studio/master/user/form.blade.php
@@ -19,46 +19,71 @@
-
+
+ Nama Lengkap *
+
+
+
+
-
-
-
-
+
+ Nama Pengguna *
+
+
+
- Gaji Pokok
+ Email *
+
+
+
+
+ Nomor Telepon *
+
+
+
+
+
+ Gaji Pokok *
Rp
-
-
-
+
+ Tanggal Lahir *
+
+
+
-
+
+ Tanggal Bergabung *
+
+
+
+
-
+
+ Alamat *
+
+
+
@@ -68,29 +93,31 @@
-
-
+
+ Jenis Kelamin *
+
@foreach (\App\Enums\Gender::cases() as $gender)
{{ $gender->label() }}
@endforeach
-
+
+
-
-
+
+ Status *
+
@foreach (\App\Enums\UserStatus::cases() as $status)
{{ $status->label() }}
@endforeach
-
+
+
@@ -101,6 +128,5 @@ class="w-full *:flex-1">
-