@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 > DISABLE_ICO)
{{--src内为套餐图片--}} @endif
今天已获得 {{ $todayPoints }} 积分
@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'] }}
@endforeach
@foreach($finsh as $key => $val)
{{ $val['title'] }}
+{{ $val['points'] }}{{ $val['count'] }}
{{ $val['type'] }}
{{ $val['status'] }}
@endforeach
@endsection @section('script') @endsection