clients table updated
This commit is contained in:
parent
7d163e0412
commit
9363bbf8fc
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user