<x-filament::modal id='custom-modal-handle'>
<x-slot name='header'>Tambah Nominal</x-slot>
<div>{{ $this->form }}</div>
<x-slot name="actions">
<div class="flex justify-end">
<button type="submit" wire:click='save'>
Simpan
</button>
</div>
</x-slot>
</x-filament::modal>