@version(2) {{-- 통화 선택 바 + 최초 1회 통화 제안 모달 --}} {{-- 추가 결제 통화가 있고 환율이 잡힌 통화가 2개 이상일 때만 나타난다 --}} {{-- 선택은 쿠키(shp_currency)로 저장되고 모든 가격·주문서가 따라간다 --}} @php $shp_cur_base = $shp_base_currency; $shp_cur_now = $shp_currency; $shp_cur_list = $shp_currency_choices ?? []; @endphp @if (count($shp_cur_list) > 1)
@endif