| {{ _lang('Name') }} | {{ $otherbank->name }} |
| {{ _lang('Swift Code') }} | {{ $otherbank->swift_code }} |
| {{ _lang('Bank Country') }} | {{ $otherbank->bank_country }} |
| {{ _lang('Bank Currency') }} | {{ $otherbank->currency->name }} |
| {{ _lang('Minimum Transfer Amount') }} | {{ currency($otherbank->currency->name).' '.$otherbank->minimum_transfer_amount }} |
| {{ _lang('Maximum Transfer Amount') }} | {{ currency($otherbank->currency->name).' '.$otherbank->maximum_transfer_amount }} |
| {{ _lang('Fixed Charge') }} | {{ currency($otherbank->currency->name).' '.$otherbank->fixed_charge }} |
| {{ _lang('Charge In Percentage') }} | {{ $otherbank->charge_in_percentage.' %' }} |
| {{ _lang('Instructions') }} | {{ $otherbank->descriptions }} |
| {{ _lang('Status') }} | {!! xss_clean(status($otherbank->status)) !!} |