@for ($i = 0; $i < $tab; $i++)
@if (!empty($price_section->description))
{{ $price_section->description }}
@endif
@php $t = 0 ; @endphp
@foreach ($prices as $price)
@if ($price->period == 'monthly')
Most Recommended
Power of choice is untrammelled and
do what we like best.
- 4-5 Weeks from to finish
- Data sprint
- Results revision
- 20 Days of support
* No credit card required
@elseif ($price->period == 'annually')
Most Recommended
Power of choice is untrammelled and
do what we like best.
- 4-5 Weeks from to finish
- Data sprint
- Results revision
- 20 Days of support
* No credit card required
@else
Most Recommended
Power of choice is untrammelled and
do what we like best.
- 4-5 Weeks from to finish
- Data sprint
- Results revision
- 20 Days of support
* No credit card required
@endif
@php $t++; @endphp
@endforeach
@unset($price)
@endfor