Return date:

Customer Information

Name: {{$customer->customer_name}}
Address: {{$customer->address}}
Mobile: {{$customer->mobile}}
@foreach ($saleProduct as $product) @endforeach
Sl Product Category Quantity Amount Already returned quantity Already returned amount Return Quantity Return Rate Return Amount
{{ $loop->iteration }} {{$product->product_name}} {{$product->category_id}} {{$product->quantity}} {{$product->total}} 0 0 0
Note Total: 0