1
0
forked from poc/pds

Added save button in invoice pending reason page

This commit is contained in:
dhanabalan
2026-01-20 10:52:03 +05:30
parent 88346b9ad8
commit 8e1238e719
2 changed files with 12 additions and 2 deletions

View File

@@ -3,4 +3,13 @@
{{-- {{ $this->filtersForm($this->form) }} --}}
{{ $this->filtersForm($this->form) }}
</div>
<div class="flex-row gap-2 mt-4">
<button
type="button"
wire:click="addRemark"
class="px-3 py-1 border border-primary-500 text-primary-600 rounded hover:bg-primary-50 hover:border-primary-700 transition text-sm"
>
Save
</button>
</div>
</x-filament-panels::page>