@include('module.section.service_left')
剩余积分:{{ $content->points }}
积分收支明细
今天已获得 {{ $todayPoints }} 积分
您还可免费获得 {{ $lastPoints }}
积分
@if(config('aix.companyset.points.points_set.enable_com_buy_points') == 1)
积分充值
@endif
@foreach($w_finsh as $key => $val)
{{ $val['title'] }}
+{{ $val['points'] }}{{ $val['count'] }}
{{ $val['type'] }}
{!! isset($val['status']) ? $val['status'] : "" !!}
@endforeach
@foreach($finsh as $key => $val)
{{ $val['title'] }}
+{{ $val['points'] }}{{ $val['count'] }}
{{ $val['type'] }}
{{ $val['status'] }}
@endforeach
@endsection
@section('script')
@endsection