osb/resources/views/theme/backend/adminlte/payment/widget/plugin/remit_bank_wire.blade.php

15 lines
408 B
PHP

<!-- $o=Checkout::class -->
<table class="table table-borderless table-sm">
<tr>
<td>Bank</td><th>{{ Arr::get($o->plugin_data,'bankname') }}</th>
</tr>
<tr>
<td>Branch</td><th>{{ Arr::get($o->plugin_data,'bankbranch') }}</th>
</tr>
<tr>
<td>BSB</td><th>{{ Arr::get($o->plugin_data,'bankbsb') }}</th>
</tr>
<tr>
<td>ACC</td><th>{{ Arr::get($o->plugin_data,'bankaccount') }}</th>
</tr>
</table>