@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