@version(2) @load('css/shop.css')
{{ $lang->shop_no_reviews ?? '아직 등록된 리뷰가 없습니다.' }}
@else{{ $rv->content }}
@php $shp_rv_media = json_decode((string)($rv->images ?? ''), true); @endphp @if (is_array($shp_rv_media) && count($shp_rv_media)){{ $rv->reply }}
{{ $lang->shop_review_buyer_note ?? '리뷰는 이 상품을 구매한 회원만 작성할 수 있습니다.' }}
@endif{{ $lang->shop_no_inquiries ?? '아직 등록된 문의가 없습니다.' }}
@else{{ $shp_iq_visible ? $iq->content : ($lang->shop_secret_body ?? '비밀글입니다.') }}
@if ($shp_iq_visible && !empty($iq->answer)){{ $iq->answer }}
{{ $lang->shop_inquiry_login_note ?? '문의는 로그인 후 작성할 수 있습니다.' }}
@endif