@extends('layouts.default', ['appTopMenu' => true]) @php use App\Http\Controllers\LegalServices\Da\DaController; @endphp @section('title', 'ANR Details') @push('head') @endpush @section('content') @if(!empty($anrList)) @if(count($anrList)>0)

ANR List

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