@php $parentMethod = $subMethod->parentMethod; $parentLabel = $parentMethod?->name ?: 'Unknown Payin Method'; $parentMeta = trim(implode(' | ', array_filter([$parentMethod?->code, $parentMethod?->wallet_company]))); @endphp
{{ $parentLabel }}
{{ $parentMeta ?: 'No extra gateway info' }}
{{ $subMethod->name }} {{ $subMethod->api_key ?: '-' }} {{ $subMethod->store_id ?: '-' }} {{ $subMethod->website ?: '-' }}