@php($packages = $info->packages) @if (!empty($packages) && $packages->isNotEmpty())

OUR PRICNG PLAN

Our awesome Pricing Plan

@foreach ($packages as $key => $row)
    @if (!empty($row->features)) @php($allFeatures = json_decode($row->features)) @foreach ($allFeatures as $feature)
  • {{ $feature }}
  • @endforeach @endif
Choose Plan
@endforeach
@endif