@if ($schools['resources']->count()) @php $ii = 0; @endphp @if($utype == 1) @foreach ($schools['resources'] as $school)
  • @if(empty($school['img_url'])) 이미지없음 @else 대표이미지 @endif


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

    {{ $school['school_name'] }}

    @if($school['secret_discount_check'] == 'Y') 시크릿 특가 @endif
    {{ $school['course_title'] }}   {!! $school['course_fee_krw'] !!}원/ {{ $school['course_week'] }}주
  • @php $ii++; @endphp @endforeach @elseif($utype == 3) @foreach ($schools['resources'] as $school)
  • @if(empty($school['img_url'])) 이미지없음 @else 대표이미지 @endif


    Notice: Undefined variable: school in /home/edmedu/www/edmuhak.com/dev/resources/views/schoolinfo/school-list.blade.php on line 82

    {{ $school['school_name'] }}

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


    Notice: Undefined variable: school in /home/edmedu/www/edmuhak.com/dev/resources/views/schoolinfo/school-list.blade.php on line 129

    {{ $school['school_name'] }}

    @if($school['secret_discount_check'] == 'Y') 시크릿 특가 @endif
    @if (!empty($school['ranking']))
      @php $f = explode("\n", $school['ranking']); $cnt = 0; foreach ($f as $v) { // $x = trim(preg_replace('/( )?\-( )?/', '', $v)); $x = trim(preg_replace('/\s/', '', $v)); if (!empty($x)) { $cnt++; if ($cnt<3) echo '
    • '.$x.'
    • '; } } @endphp
    @endif {{-- @if (!empty($school['subjects']))
    @php $s = $n = Array(); foreach ($school['subjects'] as $key => $title) { if ($key==request()->get('subject')) { $n[] = ''.$title.''; } else { $s[] = $title; } } shuffle($s); for ($i=0; $i < 2; $i++) { if(!empty($s[$i])) $n[] = $s[$i]; } shuffle($n); echo '
    '.implode(', ', $n).'
    '; @endphp
    @endif --}}
  • @php $ii++; @endphp @endforeach @endif {!! $schools['pagination'] !!} @else

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

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

    @if($utype == 1) 검색조건 리셋 @elseif($utype == 2) 검색조건 리셋 @elseif($utype == 4) 검색조건 리셋 @endif
    @endif