@extends($design . '.layouts.main') @section('title', $page_properties->title) @section('keywords', $page_properties->keyword) @section('description', $page_properties->description) @section('content')

{{ $product['name'] }}

@foreach ($product['categories'] as $category) {{ $category['name'] }}
@endforeach
@foreach ($product['packs'] as $key => $dosage) @php $prev_dosage = 0; @endphp @foreach ($dosage as $item) @if ($loop->last) @continue @endif @if ($loop->iteration != 1 && $key != $prev_dosage) @endif @if ($key != $prev_dosage)

@if (!in_array($product['id'], [616, 619, 620, 483, 484, 501, 615])) {{ "{$product['name']} $key" }}@if ($loop->parent->iteration == 1 && $product['rec_name'] != 'none'), {{__('text.product_need_more')}} {{ $product['rec_name'] }} @endif @else {{ $product['name'] }} @endif

@php $prev_dosage = $key; @endphp @endif iteration == 1 && $product['id'] != 616) class="item-product-info__row--discount" @endif> @endforeach
{{__('text.product_package_title')}} {{__('text.product_price_per_pill_title')}} {{__('text.product_price_title')}}
{{ "{$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) {{ $Currency::convert($dosage['max_pill_price'] * $item['num']) }} -{{ ceil(100 - ($item['price'] / ($dosage['max_pill_price'] * $item['num'])) * 100) }}% @endif @if ($product['id'] != 616) @if (ceil(100 - ($item['price'] / ($dosage['max_pill_price'] * $item['num'])) * 100) == 0) {{ $Currency::convert($item['price']) }} @else {!!__('text.product_only')!!}{{ $Currency::convert($item['price']) }} @endif @else {{ $Currency::convert($item['price']) }} @endif
@csrf
@endforeach
@if ($product['full_desc']) {!! $product['full_desc'] !!} @endif @if ($product['id'] == 616)

{{__('text.gift_card_title')}}

  1. {{__('text.gift_card_text1')}}
  2. {{__('text.gift_card_text2')}}

@endif

{{__('text.recc_text')}}

@foreach ($recommendation as $product_data) @if ($loop->iteration == 7) @break @endif
@if ($product_data['discount'] != 0) -{{ $product_data['discount'] }}% @endif {{ $product_data['alt'] }}

{{ $product_data['name'] }}

@foreach ($product_data['aktiv'] as $aktiv) {{ $aktiv['name'] }} @endforeach

{{ $Currency::convert($product_data['price'], false, true) }}
@endforeach
@endsection @section('reviews')
{!!__('text.testimonials_author_t_1')!!}
{{__('text.testimonials_t_1')}}
{!!__('text.testimonials_author_t_2')!!}
{{__('text.testimonials_t_2')}}
{!!__('text.testimonials_author_t_3')!!}
{{__('text.testimonials_t_3')}}
{!!__('text.testimonials_author_t_4')!!}
{{__('text.testimonials_t_4')}}
{!!__('text.testimonials_author_t_5')!!}
{{__('text.testimonials_t_5')}}
{!!__('text.testimonials_author_t_6')!!}
{{__('text.testimonials_t_6')}}
{!!__('text.testimonials_author_t_7')!!}
{{__('text.testimonials_t_7')}}
{!!__('text.testimonials_author_t_8')!!}
{{__('text.testimonials_t_8')}}
{!!__('text.testimonials_author_t_9')!!}
{{__('text.testimonials_t_9')}}
{!!__('text.testimonials_author_t_10')!!}
{{__('text.testimonials_t_10')}}
{!!__('text.testimonials_author_t_11')!!}
{{__('text.testimonials_t_11')}}
{!!__('text.testimonials_author_t_12')!!}
{{__('text.testimonials_t_12')}}
@endsection