| {{ $item->product->product_name ?? 0 }} |
{{ $item->quantity ?? 0 }} |
{{ $item->selling_price ?? 0 }} |
{{ $item->quantity*$item->selling_price }} |
{{ $item->helditems->created_at ?? 0 }} |
{{ $item->helditems->identification ?? 0 }} |
{{ $item->user->name ?? 0 }} |
@endforeach