| {{$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}} |
@endforeach