{{ __('Setup list') }}
| {{ __('ID') }} | {{ __('Transfer account') }} | {{ __('transaction_type') }} | {{ __('Receiving account') }} | {{ __('transaction_type') }} | {{ __('Minimum balance') }} | {{ __('operation') }} | ||
|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} |
{{ $bankAccountFrom->acc_no ?? '' }} {{ $bankAccountFrom->acc_name ?? '' }} {{ $bankAccountFrom->username ?? '' }} |
@if ($paymentInterfaceFrom)
{!! $paymentInterfaceFrom->getIcon() !!} {{ $paymentInterfaceFrom->getDisplayName() }} @else N/A @endif |
{{ $bankAccountTo->acc_no ?? '' }} {{ $bankAccountTo->acc_name ?? '' }} {{ $bankAccountTo->username ?? '' }} |
@if ($paymentInterfaceTo)
{!! $paymentInterfaceTo->getIcon() !!} {{ $paymentInterfaceTo->getDisplayName() }} @else N/A @endif |
{{ $item->balance_minium }} |
{{ __('Edit') }}
|
||
| Không có dữ liệu | ||||||||