@extends('theme::layout.public') @section('seo_title')财富榜 - {{ Setting()->get('website_name') }}@endsection @section('content')

财富榜

@foreach($users as $index=>$user)
@if($index < 3) @else @endif

{{ $user['name'] }} @if($user['authentication_status']===1) @endif

{{ $user['title'] }}

{{ $user['coins'] }}金币 / {{ $user['supports'] }}赞同 / {{ $user['followers'] }}关注

@endforeach
@include('theme::layout.top_user_menu')
@endsection