Dùng số dư tài khoản đại lý
Bảng giá
{{--
Các gói thuê bao
--}}
@foreach ($packages as $item)
@php
$i = ($loop->index % 3) + 1;
@endphp
@endforeach
{{$item->name}}
{{number_format($item->getRetailPrice() / 1000, 0, ',', '.')}}k
{{$item->getDurationLabel()}}-
{!! implode('', array_map(function($line){
$a = trim($line);
if(preg_match('/^\[(f|x)\]/si', $a)){
$a = preg_replace('/^\[(f|x)\]/si', '', $a);
$a = "
- $a "; }, nl2array($item->feature_text))) !!}