@extends('finance.layouts.app') @section('content')
财务列表
@if (session('message')) @endif @if(($errors->has('message'))) @endif {{--
--
--}}
@foreach($data as $value) @endforeach
appid 公众号名称 充值币 奖励币 总书币 时间
{{$value->appid}} {{$value->official_account_name}} {{$value->charge_balance}} {{$value->reward_balance}} {{$value->fee}} {{$value->month}}
@endsection