feat(signature): penambahan tanda tangan di surveyor

This commit is contained in:
majid
2025-01-24 09:44:59 +07:00
parent a1282fbdca
commit dffaadda3b
4 changed files with 459 additions and 73 deletions

View File

@@ -3,8 +3,9 @@
<h3 class="signature-title">{{ ucfirst($type) }}</h3>
<canvas id="signature-pad-{{ $type }}" class="signature-pad" width="400" height="200"></canvas>
<div class="button-container py-2">
<button type="button" id="save-{{ $type }}" class="btn btn-xs btn-primary">Simpan</button>
<button type="button" id="clear-{{ $type }}" class="btn btn-xs btn-danger">Hapus</button>
<button type="button" id="save-{{ $type }}" class="btn btn-xs btn-primary">Save</button>
<button type="button" id="clear-{{ $type }}" class="btn btn-xs btn-secondary">Clear</button>
<button type="button" id="delete-{{$type}}" class="btn btn-xs btn-danger">Delete</button>
</div>
<div id="status-{{ $type }}" class="status-message"></div>
</div>