This commit is contained in:
Daeng Deni Mardaeni 2023-11-22 15:06:43 +07:00
parent 97f8a2579d
commit 58935aec8c
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
$table->string('nomor_rekening', 10)->unique();
$table->date('registered_at')->nullable();
$table->string('limit_ref',10)->nullable();
$table->string('limit_ref', 10)->nullable();
$table->boolean('status_rekening')->default(true)->nullable();
$table->boolean('status')->default(true)->nullable();
$table->timestamps();

View File

@ -128,7 +128,7 @@
<!--end::Input group-->
<label class="fw-semibold fs-6 mb-2">Status Rekening</label>
<div class="form-check form-switch form-check-custom form-check-solid mb-5" style="display: block!important;">
<input class="form-check-input h-20px w-30px me-5" type="checkbox" wire:model.defer="status_rekening" id="status_rekening" name="status_rekekning"/>
<input class="form-check-input h-20px w-30px me-5" type="checkbox" wire:model.defer="status_rekening" id="status_rekening" name="status_rekening"/>
<label class="form-check-label" for="status_rekening">
Aktif
</label>