@extends('adminlayout.mobile_sidebar') @section('content')
@if(count($vpas)) @php $i=1; @endphp @foreach($vpas as $vpa) @endforeach
S.no QR Code VPA Created At
{{$i++}}
@else

No vpa list found

@endif
@endsection