@php $services = [ [ 'icon' => '✅', 'title' => 'First consultation & medication order are FREE', ], [ 'icon' => '✅', 'title' => 'Your trial starts today, but you won\'t be charged', ], [ 'icon' => '✅', 'title' => 'Cancel anytime before the trial ends to avoid charges', ], [ 'icon' => '📋', 'title' => 'Includes Medical Intake Form Before Prescription Approval', ], [ 'icon' => '🚚', 'title' => 'Fast & Free Shipping', ], [ 'icon' => '📲', 'title' => ' Get Text Message Updates at Every Step', ] ]; @endphp

Our Services Include:

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

{{ $service['title'] }}

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

{{ $service['description'] }}

@endif
@endforeach