@php /* * @param App\Model\Process $process * @param App\Model\ProcessInvoice $inovice * @param string $sender agent or staff */ $status = ConfigCode::getCode('INVOICE_STATUS', $invoice->code_status); $country = ConfigCode::getCode('COUNTRY', $process->code_country); $uhaktype = ConfigCode::getCode('UHAKTYPE', $process->code_uhaktype); $uhakcourse = ConfigCode::getCode('UHAKCOURSE', $process->code_uhakcourse, $uhaktype->code_id); if ($status) $status = $status->name; if ($country) $country = $country->name; if ($uhaktype) $uhaktype = $uhaktype->name; if ($uhakcourse) $uhakcourse = $uhakcourse->name; $schools = $process->school; @endphp 에이전트 포탈 서비스
{{ Lang::get('mail.word.student_name.short') }} {{ $invoice->process_name or '' }} {{ Lang::get('mail.word.agency_name.short') }} {{ $invoice->agency_name or '' }}
{{ Lang::get('mail.word.country.short') }} {{ $country or '' }} {{ Lang::get('mail.word.study_type.short') }} {{ $uhaktype or '' }}{{ $uhakcourse ? ' / '.$uhakcourse : '' }}
{{ Lang::get('mail.word.school_name.short') }} {{ $invoice->school_name or '' }}
{{ Lang::get('mail.word.invoice_type.short') }} {{ $invoice->invoice_type_name or '' }} {{ Lang::get('mail.word.commission_type.short') }} {{ $invoice->commission_type_name or '' }}
{{ Lang::get('mail.word.invoice_date.short') }} {{ $invoice->invoice_date ? date('Y.m.d', $invoice->invoice_date) : '' }} {{ Lang::get('mail.word.invoice_status.short') }} {{ $status or '' }}
에이전트 포탈 서비스 {{ Lang::get('mail.word.link') }}