Added select for not ok button in panel check list livewire page
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 28s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 17s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 27s
Laravel Larastan / larastan (pull_request) Failing after 5m19s
Laravel Pint / pint (pull_request) Successful in 4m41s

This commit is contained in:
dhanabalan
2026-08-20 09:21:48 +05:30
parent 38dc55ac7c
commit 579daf6a83
2 changed files with 147 additions and 42 deletions

View File

@@ -119,6 +119,14 @@
@endif
<div class="border-t mt-6 pt-4 flex justify-end gap-3">
<label class="flex items-center gap-2">
<input
type="checkbox"
wire:model.live="selectForNotOk"
>
<span>Select for Not Ok</span>
</label>
<button
type="button"
wire:click="cancel"