--}}
{{--
Products Included
--}}
{{--@foreach($value->products as $p2=>$pr)--}}
{{--
--}}
{{--- {{$pr->products->name}}
--}}
{{--- Quantity:--}}
{{--@if(!empty($pr->quantity))--}}
{{--@php $rem=0;--}}
{{--$rem=($pr->quantity)%$pr->products->cotton @endphp--}}
{{--{{intval(($pr->quantity)/$pr->products->cotton).' Cotton ' }}--}}
{{--@if(!empty($rem) && $rem!=0) {{(' + '.$rem . ' piece ')}} @endif--}}
{{--@endif--}}
{{--
--}}
{{--
--}}
{{----}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{----}}
{{--# | --}}
{{--Name | --}}
{{--Quantity (CTN) | --}}
{{--Received Quantity (CTN) | --}}
{{--
--}}
{{----}}
{{----}}
{{--@foreach($pr->biltyProductTypes as $p3=>$category2)--}}
{{----}}
{{--{{$p3+1}} | --}}
{{-- @if(isset($category2->product->name)){{ $category2->product->name}} @endif | --}}
{{----}}
{{--@if(!empty($category2['quantity']))--}}
{{--@php $rem=0;--}}
{{--$rem=($category2['quantity'])%$category2->product->main_product->cotton @endphp--}}
{{--{{intval(($category2['quantity'])/$category2->product->main_product->cotton).' Cotton ' }}--}}
{{--@if(!empty($rem) && $rem!=0) {{(' + '.$rem . ' piece ')}} @endif--}}
{{--@endif--}}
{{-- | --}}
{{----}}
{{--@if(!empty($category2['quantity_received']))--}}
{{--@php $rem=0;--}}
{{--$rem=($category2['quantity_received'])%$category2->product->main_product->cotton @endphp--}}
{{--{{intval(($category2['quantity_received'])/$category2->product->main_product->cotton).' Dozen ' }}--}}
{{--@if(!empty($rem) && $rem!=0) {{(' + '.$rem . ' piece ')}} @endif--}}
{{--@endif--}}
{{-- | --}}
{{--
--}}
{{--@endforeach--}}
{{----}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{--@endforeach--}}
{{--
--}}
{{--
Bilty Remarks
--}}
{{--
--}}
{{--
--}}
{{--