| {{ trans('user.shop.service') }} | {{ trans('user.shop.description') }} | {{ trans('user.shop.price') }} | {{ trans('user.shop.quantity') }} |
|---|---|---|---|
| {{ $goods->name }} | {{ trans('common.available_date') }}
{{ $goods->type === 1 ? $dataPlusDays : $goods->days }} {{ trans_choice('common.days.attribute', 1) }}
{{ $goods->traffic_label }} {{ trans('user.attribute.data') }} {{ trans('user.account.speed_limit') }} {{ $goods->speed_limit ? $goods->speed_limit . ' Mbps' : trans('user.service.unlimited') }} |
{{ $goods->price_tag }} | x 1 |
@if ($goods->type <= 2)
@endif
{{ trans('user.shop.subtotal') }} {{ $goods->price_tag }}
{{ trans('user.shop.total') }} {{ $goods->price_tag }}
@include('user.components.purchase')
@if ($goods->type <= 2)
@endif