@if (count($packages = get_client_payment_packages()))
{{ $data->sub_title('Bảng giá') }}

{{ $data->title('Lựa chọn gói phù hợp') }}

@foreach ($packages as $item) @php $i = ($loop->index % 3) + 1; @endphp

{{ $item->name }}

{{ number_format($item->retail_price / 1000, 0, ',', '.') }}k

{{ $item->quantity }} tháng
    {!! implode( '', array_map(function ($line) { $a = trim($line); if (preg_match('/^\[(f|x)\]/si', $a)) { $a = preg_replace('/^\[(f|x)\]/si', '', $a); $a = "$a"; } elseif (preg_match('/^\[(t|true)\]/si', $a)) { $a = preg_replace('/^\[(t|true)\]/si', ' ', $a); } return "
  • $a
  • "; }, nl2array($item->feature_text)), ) !!}
{{ $item->retail_price > 0 ? 'Mua gói' : 'Dùng thử' }}
@endforeach
Images
Images
Images
Images
Images
Images
@else @endif