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