@if(count($products) > 0) @php $select_type = $single_select ? 'radio' : 'checkbox'; @endphp @foreach ($products as $key => $product) @endforeach
{{ $product->getTranslation('name') }}
{{ single_price($product->unit_price) }}
@endif