{{ $title ?? __('You will receive money through the information below') }}:
@foreach (\Botble\Marketplace\Enums\PayoutPaymentMethodsEnum::getFields($paymentChannel) as $key => $field) @if (Arr::get($bankInfo, $key)){{ Arr::get($field, 'title') }}: {{ Arr::get($bankInfo, $key) }}
@endif @endforeach @isset($link){!! BaseHelper::clean(__('You can change it here', ['link' => $link])) !!}.
@endisset @if ($taxInfo && (Arr::get($taxInfo, 'business_name') || Arr::get($taxInfo, 'tax_id') || Arr::get($taxInfo, 'address'))){{ __('Tax info') }}:
@if (Arr::get($taxInfo, 'business_name')){{ __('Business Name') }}: {{ Arr::get($taxInfo, 'business_name') }}
@endif @if (Arr::get($taxInfo, 'tax_id')){{ __('Tax ID') }}: {{ Arr::get($taxInfo, 'tax_id') }}
@endif @if (Arr::get($taxInfo, 'address')){{ __('Address') }}: {{ Arr::get($taxInfo, 'address') }}
@endif @endif