@extends('layouts.default') @php use App\Http\Controllers\Da\DaController; @endphp @section('title', 'ANR Details') @push('head') @endpush @if($referrer=='v') @php $head=" for verification"; @endphp @else @php $head=""; @endphp @endif @section('content') @if(!empty($anrList)) @if(count($anrList)>0)

ANR List{{$head}}

@foreach($anrList as $item) @php $casetype=$item->case_type; @endphp @endforeach
ANR NO. Case Type Applicant Name Category
{{$loop->iteration}} {{$item->anr_no}} / {{$item->anr_year}} {{ DaController::getSCCaseName($casetype); }} {{$item->applicant}} {{$item->category}} @if($head!='') @endif
@endif @endif @endsection @push('scripts') @endpush