@php /** * 학교 목록 */ @endphp
@forelse ($schools as $school) @empty @endforelse
{{ 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') }}
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') }}
@include('template.table_pagination', ['resources' => $schools])