@extends('layouts.newheader') @section('content')

NEW LAUNCHES

@foreach ($new_launches as $new) @if(!empty($new->image)) @php $image_name = $new->image; $name = explode(".",$new->image); $new_image_name = $new->image; $new_alt_img = $new->alt_img; @endphp @endif
@if($new->alt_img != NULL && $new->alt_img != '--' )
new-launches
@else
new-launches
@endif
@endforeach

HOT SELLING

@foreach ($hot_offers as $hot) @if(!empty($hot->image)) @php $image_name = $hot->image; $name = explode(".",$image_name); $hotnew_image_name = $image_name; $hot_alt_img = $hot->alt_img; @endphp @endif
@if($hot->alt_img != NULL && $hot->alt_img != '--' )
hot-selling
@else
hot-selling
@endif
@endforeach

MEN HEALTH

Men-health
@php $cnt=1; @endphp @foreach ($mens_health as $mens) @if($cnt > 2) @break; @endif @if(!empty($mens->image)) @php $image_name = $mens->image; $name = explode(".",$image_name); $hotnew_image_name = $name[0].".webp"; $health_alt_img = $mens->alt_img; $cnt++; @endphp @endif
@if($mens->alt_img != NULL && $mens->alt_img != '--' )
mens-health
@else
mens-health
@endif
@endforeach

WOMEN HEALTH

@php $cnt=1; @endphp @foreach ($womens_health as $womens) @if($cnt > 2) @break; @endif @if(!empty($womens->image)) @php $image_name = $womens->image; $name = explode(".",$image_name); $hotnew_image_name = $name[0].".webp"; $health_alt_img = $womens->alt_img; $cnt++; @endphp @endif
@if($womens->alt_img != NULL && $womens->alt_img != '--' )
womens-health
@else
womens-health
@endif
@endforeach
womens-health

FEATURED PRODUCTS

@foreach ($hot_offers as $hot) @if(!empty($hot->image)) @php $image_name = $hot->image; $name = explode(".",$image_name); $hotnew_image_name = $hot->image; $hot_alt_img = $hot->alt_img; @endphp @endif
@if($hot->alt_img != NULL && $hot->alt_img != '--' )
Feature Products
@else
Feature Products
@endif
@endforeach
@foreach ($new_launches as $new) @if(!empty($new->image)) @php $image_name = $new->image; $name = explode(".",$new->image); $new_image_name = $new->image; $new_alt_img = $new->alt_img; @endphp @endif
@if($new->alt_img != NULL && $new->alt_img != '--' )
new-launches
@else
new-launhes
@endif
@endforeach
@foreach ($womens_health as $womens) @if(!empty($womens->image)) @php $image_name = $womens->image; $name = explode(".",$image_name); $hotnew_image_name = $name[0].".webp"; $health_alt_img = $womens->alt_img; @endphp @endif
@if($womens->alt_img != NULL && $womens->alt_img != '--' )
womens health
@else
womens health
@endif
@endforeach
@foreach ($mens_health as $mens) @if(!empty($mens->image)) @php $image_name = $mens->image; $name = explode(".",$image_name); $hotnew_image_name = $name[0].".webp"; $health_alt_img = $mens->alt_img; @endphp @endif
@if($mens->alt_img != NULL && $mens->alt_img != '--' )
Mens Health
@else
Mens Health
@endif
@endforeach
Sildalist Strong 100

Sildalist Strong

(Sildenafil 100mg + Tadalafil 40mg)

Sildalist strong 140mg is a potent Medicine that helps in treating ED in men. It contains the active substance of Sildenafil Citrate 100mg and Tadalafil 40mg, used to treat sexual disorders in men. This Medicine is manufactured for RSM Enterprises

Sildenafil Citrate 100

Sildalist

(Sildenafil Citrate 100mg + Tadalafil 20mg)

Sildenafil Citrate & Tadalafil (Sildalist) manufactured by RSM Enterprises is packed with Tadalafil and Sildenafil citrate which can handle the most severe problem of erectile dysfunction. It increases blood flow in penis causes erection. By using Sildenafil Citrate.

Blog

@foreach ($blogs as $blog)
blog image

{{ date('F d, Y h:i A', strtotime($blog->created_at)) }}

@endforeach
@stop