@extends('user.layouts') @section('css') @endsection @section('content')
{{trans('home.account_credit')}}
{{Auth::getUser()->credit}}
@if($renewTraffic)
流量重置
需要 {{$renewTraffic}}
@endif

{{trans('home.services')}}

@foreach($goodsList as $goods)
{{$goods->name}}
@if($goods->limit_num)

@elseif($goods->is_hot)

@endif
¥ {{$goods->price}} @if($goods->type === 2) / {{$goods->days}}{{trans('home.day')}} @endif
@if($goods->info)

{{$goods->description}}

@endif
  • {{$goods->traffic_label}}{{trans('home.bandwidth')}} {!!$goods->type === 1? ' '.$dataPlusDays.' '.trans('home.day'):'/'.trans('home.month')!!}
  • {{trans('home.service_unlimited')}} {{trans('home.service_device')}}
  • {!!$goods->info!!}
@endforeach
@endsection @section('script') @endsection