SL.No
Description
Qty
Unit
Price
Total Price
@foreach($v['sold_items'] as $vv)
@php
echo $slno
@endphp
{{$vv['item_details']['name']}}
{{$vv['quantity']}}
{{$vv['mesuring_details']['name']}}
{{$vv['price_per_quantity']}}
{{$vv['total']}}
@php
$slno++
@endphp
@endforeach