@if (isset($price_section) || count($prices) > 0)

@if(Auth::user()) @can('price check') Section Title/Description @endcan @can('portfolio check') Add Item @endcan @endif

@if (!empty($price_section->title))

@php echo html_entity_decode($price_section->title); @endphp

@endif
@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')
Basic Pack
$24.00 /mo
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')
Basic Pack
$24.00 /mo
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
Basic Pack
$24.00 /mo
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
@else

@if(Auth::user()) @can('price check') Section Title/Description @endcan @can('portfolio check') Add Item @endcan @endif

Flexible Plans for
Small to Fast-Growing Company

Switch to annual plan and get 25% offer.

Basic Pack
$24.00 /mo
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
Standard Pack
$45.00 /mo
for Large Business

Matters to principle of selection our
pleasures to secure.

  • 3-4 Weeks from to finish
  • Data sprint
  • Results revision
  • 30 Days of support
* No credit card required
Advanced Pack
$60.00 /mo
Most Recommended

These cases are perfectly simple
& easy to distinguish.

  • 2 Weeks from to finish
  • Data sprint
  • Results revision
  • 20 Days of support
* No credit card required

Switch to annual plan and get 25% offer.

Basic Pack
$24.00 /mo
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
Standard Pack
$45.00 /mo
for Large Business

Matters to principle of selection our
pleasures to secure.

  • 3-4 Weeks from to finish
  • Data sprint
  • Results revision
  • 30 Days of support
* No credit card required
Advanced Pack
$60.00 /mo
Most Recommended

These cases are perfectly simple
& easy to distinguish.

  • 2 Weeks from to finish
  • Data sprint
  • Results revision
  • 20 Days of support
* No credit card required
@endif