@if(app('request')->input('print')=="y") @endif
@foreach($data as $k => $v) @php $slno = 1 @endphp
{{ $v['bill_no'] }}
{{$v['customer_details']['gstin']}}
{{ $v['bill_date'] }}
{{ $v['ponumber'] }}
{{$v['customer_details']['name']}}
@foreach($v['sold_items'] as $vv) @php $slno++ @endphp @endforeach
@php echo $slno @endphp {{ $vv['item_details']['code'] }} {{ $vv['remarks'] }} {{$vv['quantity']}} {{$vv['price_per_quantity']}} {{$vv['gtotal']}}
{!! QrCode::size(100)->generate($v['qrcode']); !!} {{ $v['taxable_amt'] }}
{{ $v['tax'] }}
{{ $v['net_total'] }}
@endforeach