{{ $product['name'] }}
@foreach ($product['categories'] as $category) {{ $category['name'] }} @endforeach
@if ($product['id'] != 616)
@if (in_array($product['id'], [619, 620, 483, 484, 501, 615]))
{{ $product['name'] }}
@else{{ "{$product['name']} $key" }}@if ($loop->iteration == 1 && $product['rec_name'] != 'none'), {{__('text.product_need_more')}} {{ $product['rec_name'] }} @endif
@endif @else {{ $product['name'] }} @endif{{__('text.product_package_title')}} | {{__('text.product_price_per_pill_title')}} | {{__('text.product_price_title')}} | |
---|---|---|---|
iteration == 1 && $product['id'] != 616) style="height: auto;" @endif>
{{ "{$item['num']} {$product['type']}" }}
@if ($product['id'] != 616)
@if ($item['price'] >= 300)
{{__('text.cart_free_express')}}
@elseif($item['price'] < 300 && $item['price'] >= 200)
{{__('text.cart_free_regular')}}
@endif
@endif
|
{{ $Currency::convert(round($item['price'] / $item['num'], 2), false, true) }} |
@if ($loop->remaining != 1 && $product['id'] != 616)
@if ($product['id'] != 616)
{{__('text.cart_only')}} {{ $Currency::convert($item['price'], true) }}
@else
{{ $Currency::convert($item['price'], true) }}
@endif
|
{!! $product['full_desc'] !!}
@endif
@if ($product['id'] == 616)
{{__('text.gift_card_title')}}
- {{__('text.gift_card_text1')}}
- {{__('text.gift_card_text2')}}
{{ __('text.recc_text') }}
@foreach ($recommendation as $product_data)
@if ($loop->iteration == 7)
@break
@endif
@if ($product_data['discount'] != 0)
-{{ $product_data['discount'] }}%
@endif
@endforeach