@extends('layout') @section('css') {!! resource('css/slick-theme.css') !!} {!! resource('css/product.css') !!} {!! resource('css/product.ielts.css') !!} @endsection @section('gnb', view('gnb', ['service'=>'ielts'])) @section('subgnb', view('ielts.gnb')) @section('content')
@foreach($product->productThumbnails as $thumb)
썸네일
@endforeach

1/{{ $product->productThumbnails->count() }}

{{-- 모바일용 상품헤더 --}}
{{ $product->promotion_flag_word }}

{{ $product->name }}

    @if(!empty($product->targets)) @foreach($product->targets as $item)
  • {!! $item !!}
  • @endforeach @endif
수강생 혜택
    @if(!empty($product->benefits)) @foreach($product->benefits as $item)
  • {!! $item !!}
  • @endforeach @endif
@if ($content)
{!! $content !!}
@endif
교재구성
  • 교재 아이엘츠 입문

  • 교재 아이엘츠 입문 Build-up 1

  • 교재 아이엘츠 입문 Build-up 1

  • 교재 아이엘츠 입문 Build-up 1

  • 교재 아이엘츠 입문 Build-up 1

  • 교재 아이엘츠 입문 Build-up 1

  • 교재 아이엘츠 입문 Build-up 1

  • 교재 아이엘츠 입문 Build-up 1

  • 교재 아이엘츠 입문 Build-up 1

  • 교재 아이엘츠 입문 Build-up 1

교재 아이엘츠 입문

교재 아이엘츠 입문 Build-up 1

교재 아이엘츠 입문 Build-up 1

교재 아이엘츠 입문 Build-up 1

교재 아이엘츠 입문 Build-up 1

교재 아이엘츠 입문 Build-up 1

교재 아이엘츠 입문 Build-up 1

교재 아이엘츠 입문 Build-up 1

교재 아이엘츠 입문 Build-up 1

교재 아이엘츠 입문 Build-up 1

강사진
  • 강사

    RL 헤더

  • 강사

    W 헤더

  • 강사

    S 엘리자베스

  • 강사

    RL 엘리자베스

  • 강사

    RL 엘리자베스

  • 강사

    L 헤더

  • 강사

    R 헤더

  • 강사

    RL 헤더

  • 강사

    RL 헤더

  • 강사

    RL 헤더

강사

RL 헤더

강사

RL 헤더

강사

RL 헤더

강사

RL 헤더

강사

RL 헤더

강사

RL 헤더
추가구성
  • 첨삭

    첨삭 Basic 첨삭 5회

  • 첨삭

    첨삭 Premium 첨삭 5회

  • CDT

    CDT CDT모의고사 풀패키지 2회 제공

  • 기타

    기타 영국문화원 IELTS 시험응시권 포함

{{-- pc용 상품헤더 --}}
{{ $product->promotion_flag_word }}

{{ $product->name }}

    @if(!empty($product->targets)) @foreach($product->targets as $item)
  • {!! $item !!}
  • @endforeach @endif
{{-- 상품목록 --}}
    @foreach($product->productOptions as $option)
  • {{ $option->name }}

    {{ number_format($option->discount_rate) }}% {{ $option->is_discounted && $option->isInDiscountPeriod() ? number_format($option->discount_price):number_format($option->sales_price) }}원 {{ number_format($option->consumer_price) }}원

    @foreach ($option->courses as $course) {{ $course->name }}, @endforeach 구성강의 총 {{ $option->courses->count() }}건 @if ($option->courses->count()>1) ({{ $option->courses->first()->name }} 외 {{ $option->courses->count() - 1 }}개) @endif
    Basic 첨삭 5회 Premium 첨삭 20회 CDT모의고사 풀패키지 2회 제공 응시권 %상품명% N회
    구성 교재 총 N권 노란단어 (종강일마다 지급) W단어 (결제일 지급)

    수강시작일2023년 12월 11일 예정

  • @endforeach
결제금액
0원
@endsection @section('footer', view('footer')) @section('script') @endsection