@php $services = [ [ 'icon' => '✅', 'title' => 'Your medical intake has been submitted', ], [ 'icon' => '✅', 'title' => 'A doctor will review it within 24 hours', ], [ 'icon' => '✅', 'title' => 'Your first consultation & medication order are free.', ], [ 'icon' => '📲', 'title' => 'You will receive a text message once your prescription is approved.', ], ]; @endphp

You're Enrolled in the 7-Day Free Trial!

@foreach($services as $service)
{{ $service['icon'] }}

{{ $service['title'] }}

@if(isset($service['description']))

{{ $service['description'] }}

@endif
@endforeach

💡 Your credit card will NOT be charged today.

💡 If you do not cancel within 7 days, your subscription will continue automatically