@foreach($response as $tabledata) @endforeach
Summary For HSN(13)
No. of HSN Total Value Total Taxable Value Total Integrated Tax Total Central Tax Total State/UT Tax Total Cess
{{$noofhsn}} {{$totalvalue}} {{$totaltaxablevalue}} {{$totalintegratedtax}} {{$totalcgst}} {{$totalsgst}} {{$totalcess}}
HSN Description Total Quantity Total Value Rate Taxable Value Integrated Tax Amount Central Tax Amount State/UT Tax Amount Cess Amount
{{$tabledata['hsn']}} {{$tabledata['uqc']}} {{number_format((float)$tabledata['total_quantity'],2, ".", "")}} {{number_format((float)$tabledata['total_value'],2, ".", "")}} {{number_format((float)$tabledata['taxable_value'],2, ".", "")}} {{number_format((float)$tabledata['integrated_tax_amount'],2, ".", "")}} {{number_format((float)$tabledata['central_tax_amount'],2, ".", "")}} {{number_format((float)$tabledata['state_tax_amount'],2, ".", "")}}
{{-- {{number_format((float)$tabledata['rate'],2, ".", "")}} {{number_format((float)0,2, ".", "")}} --}}