{{ Lang::get('mail.word.student_name.short') }} |
{{ $process->name or '' }} |
@if (isset($sender) && $sender === 'staff')
@php
$member = App\Model\MemberStaff::find($process->staff_charge_id);
@endphp
{{ Lang::get('mail.word.edm_representative.short') }} |
{{ $member ? $member->en_name.($member->jobpositionName ? ' '.$member->jobpositionName : '') : '' }} |
@else
@php
$agency = App\Model\Agency::find($process->agency_id);
@endphp
{{ Lang::get('mail.word.agency_name.short') }} |
{{ $agency ? $agency->name : '' }} |
@endif
{{ 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') }} |
@if ($schools)
@foreach ($schools as $school)
{{ $school->school_name or '' }}
@endforeach
@endif
|
{!! $content ? nl2br($content) : '' !!}
|
에이전트 포탈 서비스 {{ Lang::get('mail.word.link') }} |