@foreach($getConsolidatedDetails as $val) @endforeach
S.No Year Total Application Received Legal aid given by advice counseling/ Enquiry Legal aid given by advice VC Enquiry Total ANR Generated in application Total ANR in which legal aid Granted/ panel advocate Total ANR in which legal aid refused/ closed Total Legal Aid Matters Pending in SCLSC Disposed Cases Pending Cases
Physical Online E-mail Rejected in Opinion/ Closed Appeal Rejected under12(6) Appeal under SCLSC Regulations, 1996 by the Hon'ble Chairman SCLSC Withdrawal of legal services by Appicant(s) Closed for want of documents 30-90 days Pending with LSC/OSD/ Secretary Pending with HCLSC/ Jails Screening Committee Panel Advocate (Not Filed) Pending with Applicant
{{ $sno }} {{ $val->yr }} {{ $val->receipt }} @php $tot_cases=$tot_cases+$val->receipt; @endphp {{ $val->online }} @php $tot_cases_online=$tot_cases_online+$val->online; @endphp {{ $val->email }} @php $tot_cases_email=$tot_cases_email+$val->email; @endphp {{ $val->enquiry }} @php $tot_case_pending=$tot_case_pending+$val->enquiry; @endphp {{ $val->vc }} @php $tot_case_pending_sc=$tot_case_pending_sc+$val->vc; @endphp {{ $val->anr }} @php $tot_case_dispose=$tot_case_dispose+$val->anr; @endphp {{ $val->panel_advocate }} @php $tot_panel_advocate=$tot_panel_advocate+$val->panel_advocate; @endphp {{ $val->legal_aid_refused }} @php $tot_legal_aid_refused=$tot_legal_aid_refused+$val->legal_aid_refused; @endphp {{ $val->pending_slclc }} @php $tot_pending_slclc=$tot_pending_slclc+$val->pending_slclc; @endphp {{ $val->rejected_chairman }} @php $tot_rejected_chairman=$tot_rejected_chairman+$val->rejected_chairman; @endphp {{ $val->withdrawal }} @php $tot_withdrawal=$tot_withdrawal+$val->withdrawal; @endphp {{ $val->days_completed }} @php $tot_days_completed=$tot_days_completed+$val->days_completed; @endphp {{ $val->hclsc_jail }} @php $tot_hclsc_jail=$tot_hclsc_jail+$val->hclsc_jail; @endphp {{ $val->hclsc_jail }}
Total {{ $tot_cases }} {{ $tot_cases_online }} {{ $tot_cases_email }} {{ $tot_case_pending }} {{ $tot_case_pending_sc }} {{ $tot_case_dispose }} {{ $tot_panel_advocate }} {{ $tot_legal_aid_refused }} {{ $tot_pending_slclc }} {{ $tot_rejected_chairman }} {{ $tot_withdrawal }} {{ $tot_days_completed }} {{ $tot_hclsc_jail }} {{ $tot_hclsc_jail }}