Raw Items Used to Cook this Dish
@foreach($raw_items as $raw_item) @endforeach
Raw Item Name Quantity Price
{{$raw_item->raw_item_name}} {{$raw_item->used_quantity}} {{$raw_item->used_unit}} ৳ {{$raw_item->used_quantity*($raw_item->unit_price/$raw_item->child_value)}}
Total ৳ {{$sum}}