{{trans('home.service_name')}} | {{trans('home.service_desc')}} | {{trans('home.service_price')}} | {{trans('home.service_quantity')}} |
---|---|---|---|
{{$goods->name}} | {{trans('home.service_days')}}
{{$goods->type === 1? $dataPlusDays:$goods->days}} {{trans('home.day')}}
{{$goods->traffic_label}} {{trans('home.bandwidth')}} |
¥{{$goods->price}} | x 1 |
@if($goods->type <= 2)
@endif
{{trans('home.service_subtotal_price')}} ¥{{$goods->price}}
{{trans('home.service_total_price')}} ¥{{$goods->price}}
@include('user.components.purchase')
@if($goods->type <= 2)
@endif