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

{{ strtoupper(Lang::get('invoice.word.tuition_payment_transfer')) }}

@if ($info_invoice->remit_type === 'school') {{-- 학교직접송금 --}} @include('invoice.tuition.status_school_remit_school') @elseif ($info_invoice->remit_type === 'edm') {{-- ed:m 송금 --}} @include('invoice.tuition.status_school_remit_edm') @endif
@if (isLogin('staff')) @else {{ Lang::get('invoice.word.contact_representative') }} @endif

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

{!! $template_invoice !!}
@endsection