@foreach($tax as $key => $item) @endforeach
# নাম ওয়ার্ড নং হোল্ডিং নম্বর মোবাইল অর্থবছর মোট টাকা ক্রিয়া
{{ ($tax->currentpage()-1) * $tax->perpage() + $key + 1 }} @if($item->holdingServe->holding_type == 1) {{ $item->holdingServe->holding_won_name }}@else {{ $item->holdingServe->institution_name }} @endif {{ $item->word_no }} {{ $item->holding_no }} {{ $item->holdingServe->phone }} {{ $item->fiscal_year }} {{ $item->payment_status == 1 ? $item->total_pay_bill : $item->current_dues }} @if(($item->payment_status == 2 && count($item->taxPayments) > 0) || $item->payment_status == 1) @elseif($item->payment_status == 0) @endif