@if ($schools->count()) @php $ii = 0; @endphp @if($uhak_type == 1) @foreach ($schools as $school)
  • @if(empty($school->thumb)) 이미지없음 @else 대표이미지 @endif


    Notice: Undefined variable: school in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 33

    Notice: Trying to get property 'country_name' of non-object in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 33

    Warning: Use of undefined constant isAdmin - assumed 'isAdmin' (this will throw an Error in a future version of PHP) in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 34

    Notice: Undefined variable: school in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 34

    Notice: Trying to get property 'school_uid' of non-object in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 34

    {{ $school->school_name }}

    @if($school->ext->secret_discount_check == 'Y') 시크릿 특가 @endif
    @if(!empty($school->ext->last_course->course_title)) {{ $school->ext->last_course->course_title }} @endif
    @if(!empty($school->ext->last_course->course_title)) {!! !empty($school->ext->last_course->costs[0]->fee_krw) ? number_format($school->ext->last_course->costs[0]->fee_krw):'' !!}원 / {{ !empty($school->ext->last_course->costs[0]->week) ? $school->ext->last_course->costs[0]->week:'' }}주 @endif
  • @php $ii++; @endphp @endforeach @elseif($uhak_type == 3) @foreach ($schools as $school)
  • @if(empty($school->thumb)) 이미지없음 @else 대표이미지 @endif


    Notice: Undefined variable: school in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 92

    Notice: Trying to get property 'country_name' of non-object in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 92

    Warning: Use of undefined constant isAdmin - assumed 'isAdmin' (this will throw an Error in a future version of PHP) in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 93

    Notice: Undefined variable: school in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 93

    Notice: Trying to get property 'school_uid' of non-object in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 93

    {{ $school->school_name }}

    지원가능학년: {{ $school->ext->boarding_applicable_grade }} 예상비용(1년 기준): {{ number_format($school->ext->boarding_estimated_cost) }}만원
  • @php $ii++; @endphp @endforeach @else @foreach ($schools as $school)
  • @if(empty($school->thumb)) 이미지없음 @else 대표이미지 @endif


    Notice: Undefined variable: school in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 144

    Notice: Trying to get property 'country_name' of non-object in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 144

    Warning: Use of undefined constant isAdmin - assumed 'isAdmin' (this will throw an Error in a future version of PHP) in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 145

    Notice: Undefined variable: school in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 145

    Notice: Trying to get property 'school_uid' of non-object in /home/edmedu/www/edmuhak.com/sf4l/resources/views/edmuhak/component/school/index-list.blade.php on line 145

    {{ $school->school_name }}

    @if($school->ext->secret_discount_check == 'Y') 시크릿 특가 @endif
    @php $ranking = ($uhak_type == 2) ? $school->ext->formal_times_ranking : $school->ext->art_times_ranking; @endphp @if(!empty($ranking))
      @php $f = explode("\n", $ranking); $cnt = 0; foreach ($f as $v) { $x = trim(preg_replace('/( )?\-( )?/', '', $v)); if (!empty($x)) { $cnt++; if ($cnt<3) echo '
    • '.$x.'
    • '; } } @endphp
    @endif
  • @php $ii++; @endphp @endforeach @endif {{ $schools->withQueryString()->links() }} @else

    해당하는 검색결과가 없습니다.

    ㆍ각 조건을 재조정하여 다시 검색해보시기 바랍니다.
    ㆍ검색창은 학교이름(한글/영문)으로만 검색이 가능하며
    문장보다는 단어로 검색할 경우 보다 정확한 결과를 얻을 수 있습니다.

    검색조건 리셋
    @endif