@php /** * 계약 기본 정보 */ // 계약상태 if (empty($contract->status)) { $contract->status = 'CS010'; } // 학교 목록 $schools = $contract->relSchool; @endphp @push('css') @endpush @push('scripts') @endpush
{{ 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') }} |
---|
{{ Lang::get('template_school.desc.search_school') }} | ||||
{{ $school->school_uid }} | {{ Country::domain($school->country)['name_en'] }} | @icon('schoolType', $school->school_type) | {{ $school->name }} |