@extends('base.base')
@section('base')
{{ __('auto.金币每日发放查询') }}
| {{ __('auto.时间') }} |
{{ __('auto.发放总额') }} |
{{ __('auto.注册增送') }} |
{{ __('auto.签到赠送') }} |
{{ __('auto.福卡兑换') }} |
{{ __('auto.全民推广提取') }} |
{{ __('auto.充值发放') }} |
{{ __('auto.破产补助') }} |
{{ __('auto.任务获得') }} |
{{ __('auto.每日分享') }} |
{{ __('auto.周卡月卡发放') }} |
{{ __('auto.手机绑定发放') }} |
{{ __('auto.活动发放') }} |
@foreach($list as $k=>$v)
| {{ $v->mydate }} |
{{ $v->AllScore }} |
{{ $v->RegisterScore }} |
{{ $v->SignScore }} |
{{ $v->ExchangeScore }} |
{{ $v->SpreaderScore}} |
{{ $v->RechargeScore}} |
{{ $v->BankruptcyScore}} |
{{ $v->TaskScore}} |
{{ $v->ShareScore}} |
{{ $v->MemberScore}} |
{{ $v->BindPhone}} |
{{ $v->ActivityScore}} |
@endforeach
@endsection