@extends('invoice.refund.step', [ 'selected' => 'agency-remit', ]) @push('css') @endpush @push('script') @endpush @push('head') @endpush @section('invoice-content')

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

@php $agency = App\Model\Agency::find($info_invoice->agency_id); @endphp @if (isLogin('staff')) @endif

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

{{ $agency->name or '' }}

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

{{ $agency->tel_number or '' }}

{{ 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.payment_amount') }}

{{ $info_invoice->exchange_currency_name or '' }} {{ number_format($info_invoice->payment_amount_exchange) }}

@if (isLogin('staff')) @endif

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

{!! $template_invoice !!}
@endsection