@if($Waste->ShopName)
{{ $Waste->ShopName }}
@else
Main Stock
@endif
|
{{ $Waste->ProductName }} |
{{ $Waste->Qty }} |
{{ $Waste->UnitCost }} |
{{ $Waste->TotalPrice }} |
{{ $Waste->WastedBy }} |
{{ $Waste->Note }} |
{{ date('d/m/Y h:i A', strtotime($Waste->created_at)) }} |
|
@endforeach