@php $i=$orvtotal=0; @endphp
@foreach($payacnts as $k => $row)
@if($k>1 && $row->amount > 0 && !(in_array($row->account_id,$orv)) )
@php $i++; $orvtotal += $row->amount; @endphp
@foreach($payacnts as $k => $row)
@if($row->tax_amount > 0 && !(in_array($row->account_id,$txrv)))
@php $i++; $orvtotal += $row->tax_amount; @endphp