@extends('layouts.app') @section('title') 客户管理-项目报表 @endsection @section('content') @component('customer.project.menu')@endcomponent
客户信息 盘点信息 账单信息
@{{ i+1 }} @{{ report.ownerGroupName }} @{{ report.customerName }} @{{ report.ownerName }} @{{ report.ownerStatus }} @{{ report.ownerCreatedAt }} @{{ report.ownerStorageDuration }} 天 @{{ report.countingMonth }} @{{ report.dailyAverageOrderAmount }} @{{ report.lastMonthCountingArea }} @{{ report.currentMonthCountingArea }} @{{ report.ownerBillReportInitialFee }} @{{ report.ownerBillReportConfirmFee }} @{{ report.ownerBillReportConfirmUpdatedAt }}
{{$reports->appends($params)->links()}}
@stop @section('lastScript') @stop