@extends('layouts.app') @section('title')即时账单-客户项目@endsection @section('content')
| @{{ i+1 }} | @{{ bill.customerName }} | @{{ bill.ownerName }} | @{{ bill.workedAt }} | @{{ bill.shopName }} | @{{ bill.operationBill }} | *加密*@{{ bill.consigneeName }} | *加密*@{{ bill.consigneePhone }} | @{{ bill.commodityAmount }} | @{{ bill.province }} | @{{ bill.logisticBill }} 分箱: | @{{ bill.volume }} | @{{ bill.weight }} | @{{ bill.logisticName }} | @{{ bill.workFee }} | @{{ bill.logisticFee }} | @{{ bill.total }} | ||
| @{{ item.amount }} | @{{ item.logistic_bill }} | @{{ item.volume | convert }} | @{{ item.weight }} | @{{ item.logistic_fee }} |