{{ $reviewContentList['title'] }}

더보기
@contentManager('REVIEWS', $upperType)
@foreach ( $reviewContentList['top-slider'] as $value)
@if ($value->type == 'video')

@foreach ( $value->hash as $hashList) {{$hashList}} @endforeach

{{ $value->subject }}

@else

{{ $value->subject }}

@foreach ( $value->hash as $hashList) {{$hashList}} @endforeach

{{ $value->subject }}

@endif
@endforeach