@extends('layouts.front-layout') @section('content')

Add to Cart

@php $dummy_cart_data = [ [ 'item_id' => 1, 'item_name' => 'Test Product 1', 'item_image' => 'https://via.placeholder.com/100', 'item_quantity' => 2, 'item_price' => 15, 'stock' => 10, ], [ 'item_id' => 2, 'item_name' => 'Test Product 2', 'item_image' => 'https://via.placeholder.com/100', 'item_quantity' => 1, 'item_price' => 30, 'stock' => 5, ], ]; @endphp
@include('front.cart.cart-list', ['cart_data' => $dummy_cart_data])
How Does It Work?

Our platform connects you with licensed healthcare professionals who can provide personalized consultations and treatment options.

Simply choose a treatment area, book a consultation, and receive expert guidance tailored to your needs.

Related Product 1
Online Consultation

Complete a free online medical consultation to check your eligibility

Related Product 1
Choose a Treatment

Select from a choice of suitable treatments from leading brands

Related Product 1
Express Delivery

Medication is dispensed and delivered to your home or work

@endsection