@extends('layouts.app') @section('content')
{{ $supplierReturn->notes }}
| Product | Batch | Qty Returned | Cost Price | Tax % | Item Total | Condition |
|---|---|---|---|---|---|---|
| {{ $item->product->product_name }} | {{ $item->batch->batch_number }} | {{ $item->quantity_returned }} | ${{ number_format($item->cost_price, 2) }} | {{ $item->tax }}% | ${{ number_format($item->item_total, 2) }} | {{ $item->condition }} |