@extends('module.layouts.company') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
@include('module.section.service_left')
{{auth('web-company')->user()->companyname}}
@if(auth('web-company')->user()->audit == 1)
@endif @if(auth('web-company')->user()->setmeal_id > 0)
{{auth('web-company')->user()->setmeal_name}}
@endif
今天已获得 {{ $points }}积分
@if(config('aix.companyset.points.points_set.enable_com_buy_points') == 1) 积分充值 @endif
积分收支明细
时间
积分
详细
@if(!$content->isEmpty()) @foreach($content as $key => $val)
{{ $val->created_at }}
@if($val->operate==1)+@else - @endif {{ $val->points }}
{{ $val->htype_cn }}
@endforeach @endif
{{ $content->links('module.widgets.pagination') }}
@endsection