@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.contract_title') }} {{ Lang::get('template_school.word.school_name') }} {{ Lang::get('template_school.word.visible.short') }}
{{ $school->school_uid }} {{ Country::domain($school->country)['name_en'] }} @icon('schoolType', $school->school_type) @if ($school->school_contract_uid) {{ $school->relContract ? $school->relContract->title : '' }} @endif {{ $school->name }} {{ $school->display }}
{{ Lang::get('template_school.desc.search_school') }}
@include('template.table_pagination', ['resources' => $schools])