@php /** * 학교 목록 */ @endphp @push('css') @endpush
{{ 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.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) | {{ $school->name }} | {{ $school->display }} | ||
{{ Lang::get('template_school.desc.search_school') }} |