@extends($design . '.layouts.main') @section('title', $page_properties->title) @section('keywords', $page_properties->keyword) @section('description', $page_properties->description) @section('content')
{{__('text.common_lose_weight')}}{{__('text.common_guarantee')}}
{{__('text.common_rybel_text')}}
{{__('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_rybelsus')}}
{{__('text.common_medication')}}
{{__('text.common_active_ingredient')}}
{{__('text.common_rybelsus_desc')}}
{{__('text.common_can_buy')}}
{{ $product['alt'] }}
{{$product['name']}} @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)
{{ "{$product['name']} $key" }}
{{__('text.product_package_title')}} {{__('text.product_price_per_pill_title')}} {{__('text.product_price_title')}}
@php $prev_dosage = $key; @endphp @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
{{__('text.common_subscribe')}} {{__('text.common_spec_offer')}}
{{__('text.common_subscribe')}}
{{__('text.common_testimonials_main_menu_item')}}
{{__('text.testimonials_t_1')}}
— {{__('text.common_term_name_1')}}
{{__('text.testimonials_t_4')}}
— {{__('text.common_term_name_2')}}
{{__('text.testimonials_t_9')}}
— {{__('text.common_term_name_3')}}
{{__('text.testimonials_t_5')}}
— {{__('text.common_term_name_4')}}
@endsection