@extends('user.layouts') @section('css') @endsection @section('content')
@if($goods->type == 3) @else @endif
{{trans('home.service_name')}} {{trans('home.service_price')}}

{{$goods->name}}

充值金额:{{$goods->price}}元
¥{{$goods->price}}
{{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)

{{trans('home.service_subtotal_price')}} ¥{{$goods->price}}

{{trans('home.service_total_price')}} ¥{{$goods->price}}

@endif
@if(\App\Components\Helpers::systemConfig()['is_alipay']) @elseif(\App\Components\Helpers::systemConfig()['is_f2fpay']) @endif @if($goods->type <= 2) @endif
@endsection @section('script') @endsection