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

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

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

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

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

@if ($info_invoice->process_code_admission_type === 'UAL')

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

@else

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

@endif

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

@if ($info_invoice->process_code_admission_type === 'UAL')

{{ Lang::get('invoice.desc.account_number_string.hana') }}

@else

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

@endif

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

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

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

{!! $template_invoice !!}
@endsection