@extends('layouts.app') @section('title') 称重管理-项目报表 @endsection @section('content') @component('customer.project.menu')@endcomponent
@{{ i+1 }} @{{ area.status }} @{{ area.customerName }} @{{ area.ownerName }} @{{ area.countingMonth }} @{{ area.updatedAt }} @{{ area.ownerStoragePriceModelUsingType }} @{{ area.accountingArea }}
{{$areas->appends($params)->links()}}
@stop @section('lastScript') @stop