@extends('layouts.app') @section('title')客户管理-账单确认@endsection @section('content') @component('customer.finance.menu')@endcomponent
@{{ i+1 }} @{{ bill.ownerGroupName }} @{{ bill.customerName }} @{{ bill.ownerName }} @{{ bill.countingMonth }} @{{ bill.updatedAt }} @{{ bill.initialFee }}
@{{ bill.difference }}
@stop @section("lastScript") @stop