@php
$selectText = $offer['name'];
$itemName = $offer['item']['name'];
if((int)$offer['variation_id'] > 0){
$selectText .=" - ".$offer['vm_name'];
$itemName .= " - ".$offer['vm_name'];
}
$num = ($n == 1) ? __('v2/front_site.first') :__('v2/front_site.second');
@endphp
@if($sameCategory)
{!! __('v2/front_site.select_same',['num'=>$num,'text'=>$selectText]) !!}
@else
{!! __('v2/front_site.select_item_deal',['text'=>$selectText]) !!}
@endif
{!! $offer['item']['description'] !!}