@php $steps = [ [ 'number' => '1️⃣', 'title' => 'Select a Plan', 'description' => 'Choose your subscription (7-day free trial)' ], [ 'number' => '2️⃣', 'title' => 'Complete Medical Intake', 'description' => 'Provide health details & request medications' ], [ 'number' => '3️⃣', 'title' => 'Doctor Review', 'description' => 'A licensed doctor reviews & approves your prescription' ], [ 'number' => '4️⃣', 'title' => 'Trial Begins', 'description' => 'Your first consult & medication order are free' ], [ 'number' => '5️⃣', 'title' => 'Medication Shipped', 'description' => 'Your prescription is shipped within 48 hours' ] ]; @endphp
{{ $step['description'] }}