@php $services = [ [ 'icon' => '✅', 'title' => 'Fill out your health details', ], [ 'icon' => '✅', 'title' => 'Request medications for multiple conditions', ], [ 'icon' => '✅', 'title' => 'Your doctor will review and approve your prescription', ], [ 'icon' => '📲', 'title' => 'You will receive SMS updates once your prescription is reviewed.', ], ]; @endphp

Complete Your Medical Intake

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

{{ $service['title'] }}

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

{{ $service['description'] }}

@endif
@endforeach

💡 You can request more medications before proceeding!

📢 Once your form is submitted, you'll move to the final step. After approval, your trial begins, and your first consult & medication order are free!