@extends('admin.layouts.master') @php $can_update = Gate::allows('update', $system) ?? null; @endphp @section('content')
* {{ trans('app.form.required_fields') }}
* {{ trans('app.form.required_fields') }}
{{ trans('help.config_enable_payment_method') }}
{{ $type }}
@endif{!! get_payment_method_type($type_id)['admin_description'] !!}
@if (!vendor_get_paid_directly() && $type_id == \App\Models\PaymentMethod::TYPE_MANUAL){{ $payment_provider->name }}
@endif{!! $payment_provider->admin_description !!}
@if (vendor_get_paid_directly() && !$payment_provider->split_money){{ trans('help.config_enable_shipping_method') }}
{{ $type }}
@endif{!! get_shipping_method_type($type_id)['admin_description'] !!}
{{ $shipping_provider->name }}
@endif{!! $shipping_provider->admin_description !!}
@if ($shipping_provider->admin_help_doc_link) {{ trans('app.documentation') }} @endif* {{ trans('app.form.required_fields') }}
@if ($can_update)* {{ trans('app.form.required_fields') }}
@if ($can_update)