@php
$planInfo = html_entity_decode($planInfo);
$planInfo = json_decode($planInfo, true);
@endphp
@if ($planInfo['variant'] != 1)
@endif
{{ $image ?? 'image' }}
@if ($planInfo['variant'] == 1)
BUSINESS
@else
BUSINESS
@endif
{{ $planInfo['heading'][0] }}
{{ $planInfo['heading'][1] }}
{{--
--}}
@foreach ($planInfo['features'] as $feature)
@if ($planInfo['variant'] == 1)
 }})
@else
 }})
@endif
{{ $feature }}
@endforeach