{{ __("cfp.PaymentMethod") }}
@include('cfp.components.error_alert')
| ID | {{ __("cfp.Name") }} | {{ __("cfp.AvailableCreation") }} | {{ __("cfp.Status") }} | {{ __("cfp.Actions") }} |
|---|---|---|---|---|
| {{ $method->SRL }} | {{ $method->NAME }} | {{ $method->SHOW_LIST_YN == 'Y' ? "Available" : "Unavailable" }} | {{ $method->STATUS_YN == 'Y' ? "Active" : "Inactive" }} | |
| {{ __("cfp.NoMethodRegistered") }}. | ||||