clients table updated

This commit is contained in:
Thekindbull 2025-09-02 10:11:27 +08:00
parent 7d163e0412
commit 9363bbf8fc

View File

@ -17,7 +17,7 @@
<input type="radio" class="btn-check" name="mode" value="declined" id="mode_declined"
autocomplete="off" onclick="this.form.submit()" {{ $mode == 'declined' ? 'checked' : '' }}>
<label class="btn p-2 fs-5" for="mode_declined">Отмененные</label>
<label class="btn p-2 fs-5" for="mode_declined">Отклоненные</label>
</div>
<div class="ms-auto hstack gap-2">
<button type="button" class="lh-1 btn bg-white p-3 fw-bold border rounded-3 border-1"