{{trans('user.shop.service')}} | {{trans('user.shop.description')}} | {{trans('user.shop.price')}} | {{trans('user.shop.quantity')}} |
---|---|---|---|
{{$username}} {{$goods->name}} | {{trans('common.available_date')}}
{{$goods->type === 1? $dataPlusDays:$goods->days}} {{trans('validation.attributes.day')}}
{{$goods->traffic_label}} {{trans('user.attribute.data')}} |
¥{{$goods->price}} | x 1 |
@if($goods->type <= 2)
@endif
购买须知:购买后48小时内可申请退款,具体查看退款规则
{{trans('user.shop.subtotal')}} ¥{{$goods->price}}
{{trans('user.shop.total')}} ¥{{$goods->price}}
@include('user.components.purchase')
@if($goods->type <= 2)
@endif