Healthcare Made Simple
Online Medical Care When You Need It
@php
$benefits = [
['icon' => 'clock', 'text' => __('Available 24/7, Including Holidays')],
['icon' => 'calendar', 'text' => __('No Appointments Needed')],
['icon' => 'pill', 'text' => __('UNLIMITED GENERIC MEDICATIONS & VIRTUAL DOCTOR VISITS FOR YOUR WHOLE FAMILY')],
['icon' => 'cash', 'text' => __('NO CO-PAYS, NO WAITING, NO HASSLE')],
// ['icon' => 'gift', 'text' => __('7-DAY FREE TRIAL + FIRST MEDICATIONS ORDER FREE')],
['icon' => 'truck', 'text' => __('Your Medication Delivered Free in 48 Hours!')]
];
@endphp
@foreach ($benefits as $index => $benefit)
@php
$gradients = [
'from-blue-500 to-purple-600',
'from-green-500 to-teal-600',
'from-orange-500 to-red-600',
'from-pink-500 to-purple-600',
'from-indigo-500 to-blue-600',
'from-yellow-500 to-orange-600'
];
$gradient = $gradients[$index % count($gradients)];
$colSpan = ($index === 2) ? 'md:col-span-2' : '';
@endphp
@endforeach
Request a Medication
Already know what you need? Submit a medication request in just minutes.
Go to Conditions Site
Not sure what's right for you? Explore treatments by health condition.