|
@if(isset($dp->quantity_deducted) && $dp->quantity_deducted > 0)
{{$dp->quantity_deducted}}
@elseif(isset($dp->quantity))
{{$dp->quantity}}
@else
{{$dp->product_breakdown->stock_remaining}}
@endif
|
{{$dp->product->product_unit->name}}
|
{{$dp->product_breakdown->batch_no}}
|
{{$dp->product->name}} {{$dp->product->description}}
|
{{$dp->treatment_description}}
|
{{$dp->reason_for_disposal}}
|
{{$dp->note}}
|
@endforeach