@php /** * 학교 목록 */ @endphp
{{ Lang::get('template_school.word.add.short') }} | {{ Lang::get('template_school.word.id.short') }} | {{ Lang::get('template_school.word.country.short') }} | {{ Lang::get('template_school.word.study_type.short') }} | {{ Lang::get('template_school.word.group_name.short') }} | {{ Lang::get('template_school.word.school_name.short') }} | {{ Lang::get('template_school.word.visible.short') }} | @forelse ($schools as $school)
---|---|---|---|---|---|---|
school_info_uid, request('school_info_uid')) @disabled($school->school_info_uid, request('school_info_uid'))/>
|
{{ $school->school_uid }} | {{ Country::domain($school->country)['name'] }} | @icon('schoolType', $school->school_type) | {{ $school->relInfo->name }} | {{ $school->name }} | {{ $school->display }} |
{{ Lang::get('template_school.desc.search_school') }} |