@extends('theme::layout.public') @section('seo_title')通知提醒 - {{ Setting()->get('website_name') }}@endsection @section('content')
@include('theme::layout.profile_menu')

金币管理

您当前的金币数为:{{ Auth()->user()->userData->coins }} ( 1元 = {{ config('pay.charge_rate',0) }} 个金币 ) [ 立即充值 ]

充值流水

@foreach($payments as $payment) @endforeach
金额(元) 支付方式 充值日期
{{ $payment->money }} {{ $payment->channel }} {{ timestamp_format($payment->created_at) }}
{!! str_replace('/?', '?', $payments->render()) !!}
@endsection @section('script') @endsection