{{ ucwords(strtolower($content->title_1)) }}
@if($content->price_1)
IDR{{ number_format($basic['pricing']['IDR']['monthly'], 0, ',', '.') }}
@endif {{ $content->sub_title_1 }}{{ $content->title_1 }}
-
@php
$point_1 = json_decode($content->point_1, true);
@endphp
@if(!empty($point_1))
@for($i = 0; $i <= count($point_1) - 1; $i++)
- {{ $point_1[$i] }} @endfor @endif
{{ ucwords(strtolower($content->title_2)) }}
@if($content->price_2)
IDR{{ number_format($medium['pricing']['IDR']['monthly'], 0, ',', '.') }}
@endif {{ $content->sub_title_2 }}{{ $content->title_2 }}
-
@php
$point_2 = json_decode($content->point_2, true);
@endphp
@if(!empty($point_2))
@for($i = 0; $i <= count($point_2) - 1; $i++)
- {{ $point_2[$i] }} @endfor @endif
{{ ucwords(strtolower($content->title_3)) }}
@if($content->price_3)
IDR{{ number_format($professional['pricing']['IDR']['monthly'], 0, ',', '.') }}
@endif {{ $content->sub_title_3 }}{{ $content->title_3 }}
-
@php
$point_3 = json_decode($content->point_3, true);
@endphp
@if(!empty($point_3))
@for($i = 0; $i <= count($point_3) - 1; $i++)
- {{ $point_3[$i] }} @endfor @endif