@php /** * 계약 기본 정보 */ // 계약상태 if (empty($contract->status)) { $contract->status = 'CS010'; } // 학교 목록 $schools = $contract->relSchool; @endphp @push('css') @endpush @push('scripts') @endpush
@foreach (Country::domain() as $code)
code_domain, $contract->country)/>
@endforeach
@foreach (CodeSchool::schoolType() as $code)
cdsh_code, $contract->school_type)/>
@endforeach
@foreach (CodeSchool::contractStatus() as $code)
cdsh_code, $contract->status)/>
@endforeach
{{ Lang::get('template_school.word.id.short') }} {{ Lang::get('template_school.word.country.short') }} {{ Lang::get('template_school.word.study_type') }} {{ Lang::get('template_school.word.school_name') }}
@foreach ($contract->relSchool as $school) @endforeach
{{ Lang::get('template_school.desc.search_school') }}
{{ $school->school_uid }} {{ Country::domain($school->country)['name_en'] }} @icon('schoolType', $school->school_type) {{ $school->name }}