@extends('admin/layout') @section('header_extend') @endsection @section('content') @php $last1M=date('n',strtotime('first day of -1 month')); $last2M=date('n',strtotime('first day of -2 month')); $last3M=date('n',strtotime('first day of -3 month')); @endphp
竞价项目个数
三个月内竞价项目个数
已投放个数
三个月内已投放个数
待投放个数
三个月内待投放个数
已暂停个数
三个月内已经暂停个数
已续费个数
三个月内已续费个数
续费率 {{$totalRenewalRate}}
三个月内续费率
竞价金额 总数 :{{$totalTotalFee}}
三个月内总费用
续费金额 总数 : {{$totalAvgScore}}
三个月内续费金额
项目类型饼图
项目类型趋势图
@endsection @section('footer') {{--echarts--}} @endsection