@php use Botble\Payment\Enums\PaymentMethodEnum; use Botble\Payment\Models\Payment; @endphp @extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content') {!! $form->renderForm() !!} @php do_action(BASE_ACTION_META_BOXES, 'top', new Payment); @endphp
{!! apply_filters(PAYMENT_METHODS_SETTINGS_PAGE, null) !!} @php $codStatus = get_payment_setting('status', PaymentMethodEnum::COD); @endphp {{ trans('plugins/payment::payment.payment_methods') }}

{{ trans('plugins/payment::payment.payment_methods_instruction') }}

@if($codStatus) {{ trans('plugins/payment::payment.use') }} @endif {{ get_payment_setting('name', PaymentMethodEnum::COD, PaymentMethodEnum::COD()->label()) }}
!$codStatus])> {{ trans('plugins/payment::payment.edit') }} $codStatus])> {{ trans('plugins/payment::payment.settings') }}
@php $bankTransferStatus = setting('payment_bank_transfer_status'); @endphp
@if($bankTransferStatus) {{ trans('plugins/payment::payment.use') }} @endif {{ get_payment_setting('name', 'bank_transfer', PaymentMethodEnum::BANK_TRANSFER()->label()) }}
!$bankTransferStatus])> {{ trans('plugins/payment::payment.edit') }} $bankTransferStatus])> {{ trans('plugins/payment::payment.settings') }}
@php do_action(BASE_ACTION_META_BOXES, 'main', new Payment); @endphp
@php do_action(BASE_ACTION_META_BOXES, 'advanced', new Payment); @endphp
{!! apply_filters('payment_method_after_settings', null) !!} @endsection @push('footer') @endpush