@extends($design . '.layouts.main') @section('title', $page_properties->title) @section('keywords', $page_properties->keyword) @section('description', $page_properties->description) @section('content')
{{__('text.common_guarant')}}{{__('text.common_erec_dys')}}
{{__('text.common_pills_text_main')}}
{{__('text.common_time_limit')}}
{{__('text.common_delivery')}} {{__('text.common_receive')}}
{{__('text.common_prescription')}} {{__('text.common_restrictions')}}
{{__('text.common_moneyback')}} {{__('text.common_refund')}}
{{ __('text.text_aff_domain_1') . ' ' . __('text.text_aff_domain_2') . ' verified pharmacy' }}
{{ __('text.text_aff_domain_1') . ' ' . __('text.text_aff_domain_2') . ' partners' }}
{{__('text.common_vi_ci_le')}}
{{__('text.common_pills_desc')}}
{{__('text.common_top_list_main')}}
{{__('text.common_sildenafil')}}
{{__('text.common_tadalafil')}}
{{__('text.common_vardenafil')}}
{{__('text.common_can_buy')}}
@foreach ($products as $key => $product)
{{ $product['alt'] }}
{{$product['name']}}
{!!__('text.product_active')!!} @foreach ($product['aktiv'] as $aktiv) {{ $aktiv['name'] }} @endforeach
@endforeach
@foreach ($products as $key => $product)
{{$product['name']}}
@foreach ($product['packs'] as $key => $dosage)
{{$key}}
@endforeach
@endforeach
@foreach ($products as $key => $product)
@foreach ($product['packs'] as $key => $dosage)
{{__('text.product_package_title')}} {{__('text.product_price_per_pill_title')}} {{__('text.product_price_title')}}
@foreach ($dosage as $item) @if ($loop->last) @continue @endif
{{ "{$item['num']} {$product['type']}" }} @if ($item['price'] >= 300) {{__('text.cart_free_express')}} @elseif($item['price'] < 300 && $item['price'] >= 200) {{__('text.cart_free_regular')}} @endif
@if ($item['num'] == 360)
@endif
{{ $Currency::convert(round($item['price'] / $item['num'], 2), false, true) }} @if (ceil(100 - ($item['price'] / ($dosage['max_pill_price'] * $item['num'])) * 100) > 0) {{ $Currency::convert($dosage['max_pill_price'] * $item['num']) }} -{{ ceil(100 - ($item['price'] / ($dosage['max_pill_price'] * $item['num'])) * 100) }}% {!!__('text.product_only')!!} {{ $Currency::convert($item['price']) }} @else {{ $Currency::convert($item['price']) }} @endif
@csrf
@endforeach
@endforeach
@endforeach
{{__('text.common_subscribe')}} {{__('text.common_spec_offer')}}
{{__('text.common_subscribe')}}
{{__('text.common_testimonials_main_menu_item')}}
{!!__('text.testimonials_author_t_18')!!}
{{__('text.testimonials_t_1')}}
{!!__('text.testimonials_author_t_16')!!}
{{__('text.testimonials_t_4')}}
{{__('text.common_term_name_3')}}
{{__('text.testimonials_t_9')}}
{!!__('text.testimonials_author_t_12')!!}
{{__('text.testimonials_t_5')}}
@endsection