Financial Payment Methods

@livewire('settings.new-financial-payment-method', [], key('new-financial-payment-method-modal'))
@forelse ($paymentMethods as $method) @empty @endforelse
Name Prefix Status Actions
{{ $method->name }} {{ $method->prefix }} @if ($method->trashed()) Disabled @else Active @endif @if ($method->trashed()) @else @endif
No payment methods found.