@csrf
@foreach ($data as $all) @endforeach
# Voucher No. Economic Head Participants Fund Tax Vat IT Payable unused Comments
{{ $i++ }} {{ $all->full_name }} {{ $all->des_name }} {{ $all->institute_name }} {{ $all->mobile_no }} @if($all->status == 1) {{ 'Running' }} @elseif($all->status == 2) {{ 'Completed' }} @else {{ 'Not Publish' }} @endif