@extends('layouts.base') @section('content') @section('title', trans('收银台订单比例列表'))
{{--
--}} {{----}} {{--
    --}} {{--
  • 收银台订单比例列表
  • --}} {{--
--}} {{--
--}}
@foreach($cashier['data'] as $row) @foreach($row['has_many_order_goods'] as $item) @endforeach @endforeach
时间 实付金额 红包比例 红包额度 订单编号
{{date('Y-m-d H:i:s',$row['created_at'])}} {{$item['payment_amount']}} {{$row['cashier_proportion']}} {{($item['payment_amount']*$row['cashier_proportion'])/100}} {{$row['order_sn']}}
{!! $cashier_pager !!}
@endsection