@php // Agency $agency = App\Model\Agency::find($info_invoice->agency_id); @endphp @extends('invoice.afterCommission.step', [ 'selected' => 'remit', ]) @section('invoice-content-notice') @endsection @section('invoice-content-table-add-info') @if (isLogin('staff'))

{{ Lang::get('invoice.word.converted_amount') }}

{{ $info_invoice->exchange_currency_name or '' }} {{ $info_invoice->commission_amount_exchange !== null ? number_format($info_invoice->commission_amount_exchange) : '' }}

{{ Lang::get('invoice.word.exchange_rate') }}

{{ $info_invoice->commission_exchange_rate ? sprintf('%.2f', $info_invoice->commission_exchange_rate) : '' }}

{{ Lang::get('invoice.word.bank') }}

{{ $agency->bank_account->bank_name or '' }}

{{ Lang::get('invoice.word.account_holder') }}

{{ $agency->bank_account->account_name or '' }}

{{ Lang::get('invoice.word.account_number') }}

{{ $agency->bank_account->account_number or '' }}

{{ Lang::get('invoice.word.notes') }}

@endif @endsection @section('invoice-content-buttons')

{{ Lang::get('invoice.desc.would_you_like_finish_post_commission') }}

@endsection