@extends('theme::layout.space') @section('seo_title')@if(Auth()->check() && Auth()->user()->id === $userInfo->id )我@else{{ $userInfo->name }} @endif 的金币 - {{ Setting()->get('website_name') }}@endsection @section('space_content')

{{ $coins->total() }} 条记录

{!! str_replace('/?', '?', $coins->render()) !!}
@endsection