@extends('front.layout.app') @section('content')
{{-- --}} cover service image

{{ $service->name }}

{{-- image --}} service image image

Services

@if($service->name == 'Fillers') Dermal {{ $service->name }} @else {{ $service->name }} @endif

{{ $service->description }}

@if (!empty($service->description)) @endif {{-- --}} {{--

--}} {{-- {{ $service->description }}--}} {{--

--}}

@php use Illuminate\Support\Str; @endphp @if ($service->special_packages && $service->special_packages->count() > 0)

Special Packages

@foreach ($service->special_packages as $package)

{{ $package->package_name ?? 'Package Name' }}

@if ($package->description)
{!! $package->description !!}
@endif
Book Now
@endforeach
@endif @if ($service->id == 13923 || $service->id == 13924 || $service->id == 13932 || $service->id == 13938)

CONSULTATION NEEDED

@if ($service->id == 13923)

Before scheduling an Endolift Body treatment, consulting with a medical professional is crucial. This initial meeting is a foundational step in determining whether you are a good candidate. We will discuss your medical history, skin condition, and specific body contouring goals in the consultation. This session provides an invaluable opportunity to ask questions, understand the potential outcomes, and learn about the necessary pre-treatment preparations and post-treatment care. The consultation helps to tailor the treatment plan to your unique needs, ensuring optimal results and satisfaction with the Endolift Body process.

@endif @if ($service->id == 13924)

The treatment will be customized based on your individual needs, and to ensure optimal outcomes, a preliminary consultation with our specialists at Bellus Medical Aesthetics and Wellness in Minot, ND, is essential before scheduling your Endolift Face procedure.

@endif @if ($service->id == 13932)

Before undergoing LADYLIFT Vaginal Rejuvenation, a consultation with one of our experienced healthcare providers at Bellus Medical Aesthetics and Wellness in Minot, ND, is necessary. Your provider will discuss your medical history, assess your concerns, and determine if LADYLIFT is the right treatment option. With this personalized approach, you’ll receive treatment that addresses your unique needs and goals, maximizing the effectiveness and safety of the procedure. Additionally, your provider will explain the treatment process in detail, answer any questions, and provide pre-and post-procedure care recommendations. Schedule your consultation today to regain your confidence and improve your overall well-being.

@endif @if ($service->id == 13938)

At Bellus Medical Aesthetics and Wellness in Minot, ND, our consultative approach to neurotoxin treatments is carefully crafted to meet your unique aesthetic goals. In your personalized consultation, we assess your suitability, discuss your desires, and prepare a treatment plan that aligns with your expectations. It includes selecting the right neurotoxin product, explaining the procedure and aftercare, and addressing your concerns. Our commitment is to ensure you are fully informed and comfortable with your treatment plan, paving the way for outstanding results. Schedule your consultation today to explore how neurotoxin treatments can rejuvenate your appearance with precision and care.

@endif @if ($service->id == 13938)

GLOW TOX

Neurotoxin: $12/u

Hyperhydrosis Treatment with Tox: $950

Lip Flip (Tox): $150

Glow Tox is an innovative treatment that synergizes the skin-rejuvenating effects of a VI Peel with the wrinkle-reducing capabilities of neurotoxin injections, such as Botox or Xeomin. This powerful combination amplifies the anti-aging benefits, increasing wrinkle reduction by 36% while enhancing overall results. By targeting all signs of aging, Glow Tox ensures a comprehensive approach to skincare. The VI Peel exfoliates and improves the skin's texture and tone, preparing it for the neurotoxin injection, which then relaxes the muscles responsible for fine lines. Together, they create a more youthful, vibrant appearance, addressing all areas of concern for a truly transformative effect.

@endif Book Now
@endif @if (!empty($service->treatments) && $service->treatments->count() > 0)

Treatments

@foreach ($service->treatments as $treatment)

{{ $treatment->base_title }}

@if ($treatment->base_price > 0) @if ($service->id == 13944)
${{ number_format($treatment->base_price, 2) }} / $180.00
@else
${{ number_format($treatment->base_price, 2) }}
@endif @endif
@if ($treatment->additional_title)

{{ $treatment->additional_title }}

${{ number_format($treatment->additional_price, 2) }}
@endif

{!! Str::limit($treatment->description, 800) !!}

{{-- book now --}} Book Now
@endforeach
@foreach ($service->treatments as $treatment) @endforeach
@endif @if ($service->id == 13944)

CUSTOMIZABLE IV ADD-ONS & INJECTABLES

Enhance any therapy with these additional nutrients: $10-$30

  • Vitamin C
  • Vitamin D (Injection Only)
  • Glutathione
  • Tri-Immune Boost
  • B-Complex
  • Mineral Blend
  • Lipo Plus (Injection Only)
  • Odansetron (for nausea)
  • Anti-inflammatory (ketorolac)
Book Now
@endif @if ($service->pricing && $service->pricing->count() > 0)

@if ($service->id == 13940) SKIN SHAPE BODY CONTOURING RF - Pricing @else Pricing @endif

@foreach ($service->pricing as $pricing) @if ($pricing->sub1_pack_name)

{{ $pricing->sub1_pack_name ?? 'Service Name' }}

${{ number_format($pricing->sub1_price, 2) }} @if ($pricing->sub2_price)
${{ number_format($pricing->sub2_price, 2) }} - {{ $pricing->sub2_pack_name }}
@endif @if ($pricing->sub3_price)
${{ number_format($pricing->sub3_price, 2) }} - {{ $pricing->sub3_pack_name }}
@endif
{{--

This is a special package designed for your unique needs. Get the best treatment with additional services.

--}} Book Now
@endif @endforeach
@endif @php session(['service_id' => $service->id]); $sessionServiceId = session('service_id'); @endphp @if ($service->id != 13923 && $service->id != 13924) @if ($service->treatments->isEmpty() && $service->addons->isEmpty() && $service->pricing->isEmpty())

SCHEDULE

READY TO SCHEDULE YOUR BEAUTY
TREATMENT?

Book Now
@endif @endif @if (!empty($service->addons) && $service->addons->count() > 0)

Optional Add-ons

@foreach ($service->addons as $addon)

{{ $addon->name }}

${{ number_format($addon->price, 2) }}

{{ $addon->description }}

Book Now
@endforeach
@endif @if ($service->special_packages->isEmpty())

Benefits of {{ $service->name }}

    @foreach($service->benefits->take(5) as $benefit)
  • {{ $benefit->benefit }}
  • @endforeach
    @foreach($service->benefits->skip(5) as $benefit)
  • {{ $benefit->benefit }}
  • @endforeach
@endif @if ($service->special_packages->isEmpty())

Faq

FAQs

@foreach($faqs as $key => $faq)

{{ $faq->answer }}

@endforeach
@endif @endsection @push('script') @endpush