@php
$isSystemMethod = $methodId && in_array($name, ['cash', 'bank_transfer']);
$displayName = $name === 'cash' ? __('modules.order.payViaCash') : ($name === 'bank_transfer' ? __('modules.billing.payOffline') : $name);
@endphp
@if ($isSystemMethod)
{{ __('messages.systemPaymentMethodCannotBeEdited') }}
@else
@endif
@if ($methodId)
@endif
{{ $methodId ? __('app.update') : __('app.add') }}
@lang('app.cancel')
@endif
@lang('modules.billing.deleteOfflinePaymentMethod')
@lang('modules.billing.askDeleteOfflinePaymentMethod')
{{ __('app.cancel') }}
@if ($deleteId)
{{ __('app.delete') }}
@endif