| {{ $bom_item->product->product_name }} |
{{ (isset($bom_item->productSize->ringSize)) ? $bom_item->productSize->ringSize->ring_size : '' }} |
{{ ($required_qty) }} {{ (isset($bom_item->productSize)) ? $bom_item->productSize->unit->name : '' }} |
{{ $available_qty }} {{ (isset($bom_item->productSize)) ? $bom_item->productSize->unit->name : '' }} |
{{ $not_available_qty }} {{ (isset($bom_item->productSize)) ? $bom_item->productSize->unit->name : '' }} |
@empty