@foreach($list as $row) @endforeach
{!! trans('Yunshop\Hotel::pack.cashier_statistics_id') !!} {!! trans('Yunshop\Hotel::pack.cashier_statistics_hotel_name') !!} {!! trans('Yunshop\Hotel::pack.cashier_statistics_hotel_category') !!} {!! trans('Yunshop\Hotel::pack.cashier_statistics_order_price') !!} {!! trans('Yunshop\Hotel::pack.cashier_statistics_shop_commission') !!} {!! trans('Yunshop\Hotel::pack.cashier_statistics_receivable_price') !!} {!! trans('Yunshop\Hotel::pack.cashier_statistics_not_withdraw') !!} {!! trans('Yunshop\Hotel::pack.cashier_statistics_finish_withdraw') !!} {!! trans('Yunshop\Hotel::pack.cashier_statistics_operation') !!}
{{$row->id}}
{{$row->hotel_name}}
{{$row->hasOneCategory->name}} 收银台:{{number_format($row->order_price, 2)}}
门店:{{number_format($row->hotel_order_price, 2)}}
收银台:@if($row->hasOneCashier->hasOneCashierGoods->shop_commission){{$row->hasOneCashier->hasOneCashierGoods->shop_commission}}@else{{0}}@endif
门店:@if($row->shop_commission->value['shop_commission']){{$row->shop_commission->value['shop_commission']}}@else{{0}}@endif
收银台:{{number_format($row->receivable_price, 2)}}
门店:{{number_format($row->hotel_receivable_price, 2)}}
收银台:{{number_format($row->not_withdraw, 2)}}
门店:{{number_format($row->hotel_not_withdraw, 2)}}
收银台:{{number_format($row->finish_withdraw, 2)}}
门店:{{number_format($row->hotel_finish_withdraw, 2)}}