@extends('admin/layout') @section('content')
项目情况汇总
{{-- 当月 --}}
销售签单

{{$nowMonthOrder}}

{{-- 当月 --}}
已下单项目

{{$nowMonthAssign}}

{{-- 当月 --}}
上线项目

{{$nowMonthOnline}}

{{-- 当月 --}}
达标项目

{{$nowMonthReach}}

{{-- 当月 --}}
上线消耗

{{$onlineConsume}}

{{-- 当月 --}}
达标消耗

{{$reachConsume}}

2020 续费情况
{{-- {{date('Y')}}年 --}}
续费项目

{{$yearRenewal}} | {{$yearExpired+$yearRenewal}}

{{-- {{date('Y')}}年 --}}
续费率

{{$renewalConsume}}

消耗趋势-最近3个月
{{-- 最近3个月 --}}
上线消耗

{{$totalOnlineConsume}} {{implode(' | ',$threeHistoryOnline)}}

{{-- 最近3个月 --}}
达标消耗

{{$totalReachConsume}} {{implode(' | ',$threeHistoryReach)}}

项目情况汇总
{{-- --}}
项目总数

{{$totalSite}}

{{-- --}}
未下单

{{$noOrderCount}}

@foreach($statusResult as $item)
{{-- --}}
{{$item['title']}}

{{$item['count']}}

@endforeach
@endsection @section('footer') @endsection