@if (is_array($packages = $template->packages) && count($packages)) @foreach ($packages as $i => $d) @if ($d->price == 0) @continue @endif

{{ $d->times }}

@if (!$d->price)

{{ $d->trial }}

@else

Thanh toán hằng tháng chỉ từ {{ $d->price_per_month_format }}

@endif

{{ $d->price_format }}

@endforeach @else @endif