@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.contract_title') }} | {{ Lang::get('template_school.word.school_name') }} | {{ Lang::get('template_school.word.visible.short') }} | @forelse ($schools as $school)
---|---|---|---|---|---|---|
|
{{ $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') }} |