@extends('user.layouts') @section('css') @endsection @section('content')
{{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
@include('user.components.purchase') @if($goods->type <= 2) @endif
@endsection @section('javascript') @endsection