@extends('layouts.base') @section('content') @section('title', trans('订单收益统计'))
| 收入类型 | 手续费 | 劳务税 | 总计 |
|---|---|---|---|
| {{ $row['type_name']}} | {{ $row['actual_poundage'] ?: '0.00' }} | {{ $row['actual_servicetax'] ?: '0.00' }} | {{ sprintf("%01.2f",($row['actual_poundage'] + $row['actual_servicetax'])) ?: '0.00' }} |