@extends('layouts/contentLayoutMaster') @section('title', 'Search VP') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') Search Search Task ID Select @if($tasks) @foreach($tasks as $task) {{ $task->task_number }} @endforeach @endif Candidate Name Address {{ $request['address'] ?? '' }} Father Name Select State All MAHARASHTRA ANDHRA PRADESH KARNATAKA KERALA HIMACHAL PRADESH ASSAM JHARKHAND BIHAR RAJASTHAN TAMIL NADU ORISSA JAMMU AND KASHMIR UTTAR PRADESH HARYANA UTTARAKHAND WEST BENGAL GUJARAT CHHATTISGARH MIZORAM TRIPURA MEGHALAYA PUNJAB MADHYA PRADESH SIKKIM MANIPUR DELHI CHANDIGARH ANDAMAN AND NICOBAR TELANGANA GOA DIU AND DAMAN DNH AT SILVASA Search @if(isset($cases) && !empty($cases[0])) # 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 % @foreach($cases as $key => $case) {{ $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 ?? '' }} @endforeach @endif @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection