@if(isset($vpdata) && !empty($vpdata))
@foreach($vpdata as $key => $case) @endforeach
Si No. Matched Name Matched Address Dist. Name State Name Case Category Petitoner/Respondant Court Name Ecourt Link Case Type FIR No. PS Name Act Name Under Section Score %
{{ $key + 1 }} {{ $case->name ?? '' }} {{ $case->address ?? '' }} {{ $case->address_district ?? '' }} {{ $case->state_name ?? '' }} {{ $case->case_category ?? '' }} {{ $case->type == 0 ? 'Petitioner' : 'Respondent' }} {{ $case->court_name ?? '' }} View {{ $case->case_type ?? '' }} {{ $case->fir_no ?? '' }} {{ $case->police_station ?? '' }} {{ $case->under_acts ?? '' }} {{ $case->under_sections ?? '' }} {{ $case->score ?? '' }}
@endif