@php // 유학국가 $country_name = ConfigCode::getCode('COUNTRY', $info_process->code_country)->name; // 유학종류 $uhaktype = ConfigCode::getCode('UHAKTYPE', $info_process->code_uhaktype); $uhaktype_name = $uhaktype ? $uhaktype->name : ''; // 유학과정 $uhakcourse = ConfigCode::getCode('UHAKCOURSE', $info_process->code_uhakcourse, $uhaktype->code_id); $uhakcourse_name = $uhakcourse ? $uhakcourse->name : ''; // 상대경로로 URL Get $url_invoice_create = URL::route('invoices.tuition.create', [], false); // ed:m 대만 법인의 경우 $lang = getLanguageOfAgency($info_process->agency_id); // URL에 Language를 설정함 (ex. /tw/invoices/tuition/create) $url_invoice_create = setLanguageAtUrl($lang, $url_invoice_create); @endphp @extends('process.view.view', [ 'selected' => 'finance', 'process_id' => $info_process->process_id, ]) @include('html.header.input') @include('html.header.select2') @include('html.header.validator') @include('html.header.edm-ajax') @push('css') @endpush @push('head') @endpush @section('ui-content')