@extends('user.layouts') @section('css') @endsection @section('content')
{{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('validation.attributes.day')}}
{{$goods->traffic_label}} {{trans('user.attribute.data')}}
¥{{$goods->price}} x 1
@if($goods->type <= 2)

{{trans('user.shop.subtotal')}} ¥{{$goods->price}}

{{trans('user.shop.total')}} ¥{{$goods->price}}

@endif
@include('user.components.purchase') @if($goods->type <= 2) @endif
@endsection @section('javascript') @endsection