@extends('layouts.base')
@section('title', "帖子管理")
@section('content')
帖子管理
打赏记录
[[scope.row.circle_name]]
[[scope.row.title]]
浏览次数
[[scope.row.browse_count]]
删除
[[scope.row.circle_name]]
[[scope.row.invitation_member_id.nickname]]
[[scope.row.member_id.nickname]]
[[scope.row.pay_status==1?'已支付':'未支付']]
@endsection