{{-- --}} @foreach ($Language::GetAllLanuages() as $item) @endforeach {{-- --}} @if (env('APP_PWA', 0)) @endif {{-- --}} {!! isset($pixel) ? $pixel : '' !!} @if (session('locale')) @endif @if (session('order')) @endif {{-- --}}
@if (count($Language::GetAllLanuages()) > 1)
@endif @if (count($Currency::GetAllCurrency()) > 1)
@endif {{ __('text.common_profile') }}
@csrf
@php $cart_count = 0; $cart_total = 0; if (!empty(session('cart'))) { foreach (session('cart') as $value) { $cart_count += $value['q']; $cart_total += $value['price'] * $value['q']; } } @endphp {{ __('text.common_cart_text_d2') }} {{ $Currency::Convert($cart_total, true) }}
1 000 000
{{ __('text.common_customers') }}
{{ __('text.common_save') }}
{{ __('text.common_discount') }}
{{ __('text.common_prescription') }}
{{ __('text.common_restrictions') }}
{{ __('text.common_delivery') }}
{{ __('text.common_receive') }}
{{ __('text.common_moneyback') }}
{{ __('text.common_refund') }}
{{ __('text.text_aff_domain_1') . ' ' . __('text.text_aff_domain_2') . ' verified pharmacy' }}
{{ __('text.common_verified') }}
{{ __('text.common_approved_d4') }}
{{ __('text.text_aff_domain_1') . ' ' . __('text.text_aff_domain_2') . ' fda' }}
{{ __('text.text_aff_domain_1') . ' ' . __('text.text_aff_domain_2') . ' pgue' }}
{{ __('text.text_aff_domain_1') . ' ' . __('text.text_aff_domain_2') . ' mastercard' }}
{{ __('text.text_aff_domain_1') . ' ' . __('text.text_aff_domain_2') . ' cipa' }}
{{ __('text.text_aff_domain_1') . ' ' . __('text.text_aff_domain_2') . ' visa' }}
{{ __('text.text_aff_domain_1') . ' ' . __('text.text_aff_domain_2') . ' mcafree' }}
{{ __('text.common_first_letter') }}:
    @foreach ($first_letters as $key => $active_letter)
  • @if ($active_letter) @else @endif
  • @endforeach
@yield('promo_bonus')
@yield('content')
{{ __('text.common_callback') }}
@if ($web_statistic) @endif