Add 'Keterangan' Column and Display Notes for Revision

Added a 'Keterangan' column to the permohonan index view and updated relevant data bindings. Additionally, modified the form view to display notes if the status is 'revisi', and adjusted the submit button text accordingly.
This commit is contained in:
Daeng Deni Mardaeni
2024-10-31 15:57:01 +07:00
parent e592af3929
commit 26009d796b
3 changed files with 14 additions and 30 deletions

View File

@@ -148,7 +148,7 @@
Catatan
</label>
<div class="flex flex-wrap items-baseline w-full">
<textarea class="textarea" rows="3" type="number" id="address" name="address"></textarea>
<textarea class="textarea" rows="3" type="number" id="keterangan" name="keterangan"></textarea>
</div>
</div>
</div>