{{-- header --}} @php($breadcrumbs = [ '請求集計処理'=>route('billings.aggregate.index', ['action'=>'back']), '集計結果確認'=>route('billings.result.index', ['action'=>'back']), '集計結果詳細'=>null ])
{{-- slip | header --}}
{{-- データリスト --}}
@foreach($details as $row) @endforeach
{{$row->date}} {{$row->slip_number}} {{$row->customer_code}} {{$row->customer_name}} {{$row->delivery_code}} {{$row->delivery_name}} {{$row->product_code}} {{$row->product_name}} {{num_format($row->shipment_qty)}} {{$row->unit_name}} {{num_format($row->unit_price)}} {{num_format($row->sales_amount)}} {{num_format($row->payment_amount)}} {{$row->note}}
{{-- 項目ソート --}}
@isset($params->perpage) @endisset
{{-- script --}}