@php use App\Helpers\GeneralHelper; @endphp @if(isset($invTrxDetail) && !empty($invTrxDetail)) @php $i = 1; @endphp @foreach($invTrxDetail as $invTrdetail) @if($i == 1)
@else
@endif @php $i++ @endphp @endforeach @else
@endif