@extends('layouts.default', ['appTopMenu' => true]) @php use App\Http\Controllers\LegalServices\da\DaController; @endphp @section('title', 'Dashboard') @push('head') @endpush @section('content') @php $letter_notesheet_count=0; @endphp @if(!empty($letter_notesheet)) @if(count($letter_notesheet)>0) @php $letter_notesheet_count=count($letter_notesheet); @endphp @endif @endif @if(!empty($user_post)) @if(count($user_post)>0) @foreach($user_post as $item)

Dashboard {{$item->name}}, {{$item->post_name}}

TOTAL ANR

{{$anr_count}}

TOTAL DEFECTS

{{$total_defects==0 ? 0 : $total_defects.' defects in '.$total_defects_anr.' ANR\'s' }}

DEFECTS REMOVED TODAY

{{$total_defects_removed==0 ? 0 : $total_defects_removed.' defects in '.$total_defects_removed_anr.' ANR\'s'}}

LETTER / NOTESHEET GENERATED TODAY

{{$letter_notesheet_count==0 ? 0 : $letter_notesheet_count}}

@php $anr_under_verification=0; @endphp @if(!empty($verification)) @if(count($verification)>0) @php $anr_under_verification+=count($verification); @endphp @endif @endif @php $online_anr=0; @endphp @if(!empty($o_array)) @if($muloarraycount>0) @php $online_anr=$muloarraycount; @endphp @endif @endif @php $misc_under_verification=0; @endphp @if(!empty($verification_misc)) @if(count($verification_misc)>0) @php $misc_under_verification+=count($verification_misc); @endphp @endif @endif @php $panel_count=0; $sc_opinion_count=0; $sc_opinion_pending_count=0; @endphp @if(!empty($pbefore_panel)) @if(count($pbefore_panel)>0) @php $panel_count=count($pbefore_panel); @endphp @endif @endif @if(!empty($sc_opinion)) @if(count($sc_opinion)>0) @php $sc_opinion_count=count($sc_opinion); @endphp @endif @endif @if(!empty($sc_opinion_pending)) @if(count($sc_opinion_pending)>0) @php $sc_opinion_pending_count=count($sc_opinion_pending); @endphp @endif @endif @php $lsa_documents_count=0; @endphp @if(!empty($lsa_documents)) @if(count($lsa_documents)>0) @php $lsa_documents_count=count($lsa_documents); @endphp @endif @endif
@if(!empty($lsa_documents))
@foreach($lsa_documents as $val) @endforeach
S.No. ANR No. Applicant
{{ $sno }} {{ $val->anr_no }}/{{ $val->anr_year }} {{ $val->applicant }}
@endif
@foreach($o_array as $val) @endforeach
S.No. Provisional No. Receiving Date Eligibility Applicant Case Type Summary
{{ $sno }} {{ $val->provisional_no }}-{{ date('Y',strtotime($val->provisional_no_rec_dt)) }} {{ $val->provisional_no_rec_dt }} @foreach($val->eligibility_id as $val1) @if($eligibility_nm=='') @else @endif @endforeach {{ $eligibility_nm }} {{ $val->name }} {{ $val->case_type }} {{ $val->remark }}
@if(!empty($receipts))
@foreach($receipts as $item_re) @endforeach
Receipt No. Name Category Date
{{$loop->iteration}} {{$item_re->receipt_no}} / {{$item_re->receipt_year}} {{$item_re->name}} {{$item_re->category}} {{($item_re->letter_date!='' ? date('d/m/Y',strtotime($item_re->letter_date)) : '')}}
@endif
@if(!empty($verification))
@foreach($verification as $item) @endforeach
ANR NO. Applicant Name Category Remark
{{$loop->iteration}} {{$item->anr_no}} / {{$item->anr_year}} {{$item->applicant}} {{$item->category}} {{$item->stage_name}}
@endif
@if(!empty($verification_misc))
@foreach($verification_misc as $item_misc) @endforeach
ANR NO. Applicant Name Category Remark
{{$loop->iteration}} {{$item_misc->anr_no}} / {{$item_misc->anr_year}} {{$item_misc->applicant}} {{$item_misc->category}} {{$item_misc->stage_name}}
@endif
Reminders to be issued to different stakeholders
@if(!empty($readyToNotesheet))
@foreach($readyToNotesheet as $item) @endforeach
ANR NO. Applicant Name Remark
{{$loop->iteration}} {{$item->anr_no}} / {{$item->anr_year}} {{$item->applicant}}
@endif
@if(!empty($notesheet)) @if(count($notesheet)>0)
@foreach($notesheet as $item1) @endforeach
ANR NO. Case Type Applicant Name Received From Notesheet
{{$loop->iteration}} {{$item1->anr_no}} / {{$item1->anr_year}} {{ DaController::getSCCaseName($item1->case_type); }} {{$item1->applicant}} {{$item1->name.', '.$item1->post_name}} @if($item1->file_name != '') View & Forward @endif
@endif @endif
Action to be taken on the additional document received from receipt or online.
@if(!empty($sc_pending))
@foreach($sc_pending as $item_sc_p) @endforeach
ANR NO. Applicant Name SC Case Number Filing Date
{{$loop->iteration}} {{$item_sc_p->anr_no}} / {{$item_sc_p->anr_year}} {{($item_sc_p->applicants!='' ? $item_sc_p->applicants : $item_sc_p->applicant)}} {{$item_sc_p->sc_skey.' '.$item_sc_p->case_number.'/'.$item_sc_p->case_year}} {{($item_sc_p->date_of_filing!='' ? date('d/m/Y',strtotime($item_sc_p->date_of_filing)) : '')}}
@endif
@if(!empty($sc_disposed))
@foreach($sc_disposed as $item_sc_d) @endforeach
ANR NO. Applicant Name SC Case Number Filing Date Disposal Date
{{$loop->iteration}} {{$item_sc_d->anr_no}} / {{$item_sc_d->anr_year}} {{($item_sc_d->applicants!='' ? $item_sc_d->applicants : $item_sc_d->applicant)}} {{$item_sc_d->sc_skey.' '.$item_sc_d->case_number.'/'.$item_sc_d->case_year}} {{($item_sc_d->date_of_filing!='' ? date('d/m/Y',strtotime($item_sc_d->date_of_filing)) : '')}} {{($item_sc_d->date_of_decision!='' ? date('d/m/Y',strtotime($item_sc_d->date_of_decision)) : '')}}
@endif
Misc. Notices (Return Document) to be prepared.
Misc. Notices (Intimation to the Applicant) to be prepared.
Case Status of Supreme Court.
@if(!empty($sc_opinion_pending))
@foreach($sc_opinion_pending as $item_sc_op_p) @endforeach
ANR NO. Applicant Name Filing Date Screening Committee Assigned on Opinion Received Received Date
{{$loop->iteration}} {{$item_sc_op_p->anr_no}} / {{$item_sc_op_p->anr_year}} {{($item_sc_op_p->applicant)}} {{($item_sc_op_p->fil_dt!='' ? date('d/m/Y',strtotime($item_sc_op_p->fil_dt)) : '')}} {{$item_sc_op_p->committee_name.' - '.$item_sc_op_p->title.' '.$item_sc_op_p->user_name}} {{($item_sc_op_p->created_at!='' ? date('d/m/Y',strtotime($item_sc_op_p->created_at)) : '')}} {{($item_sc_op_p->opinion_by_sc)}} {{($item_sc_op_p->opinion_date!='' ? date('d/m/Y',strtotime($item_sc_op_p->opinion_date)) : '')}}
@endif
@if(!empty($sc_opinion))
@foreach($sc_opinion as $item_sc_op) @endforeach
ANR NO. Applicant Name Filing Date Screening Committee Assigned on Opinion Received Received Date
{{$loop->iteration}} {{$item_sc_op->anr_no}} / {{$item_sc_op->anr_year}} {{($item_sc_op->applicant)}} {{($item_sc_op->fil_dt!='' ? date('d/m/Y',strtotime($item_sc_op->fil_dt)) : '')}} {{$item_sc_op->committee_name.' - '.$item_sc_op->title.' '.$item_sc_op->user_name}} {{($item_sc_op->created_at!='' ? date('d/m/Y',strtotime($item_sc_op->created_at)) : '')}} {{($item_sc_op->opinion_by_sc)}} {{($item_sc_op->opinion_date!='' ? date('d/m/Y',strtotime($item_sc_op->opinion_date)) : '')}}
@endif
@if(!empty($pbefore_panel))
@foreach($pbefore_panel as $item_pa_p) @endforeach
ANR NO. Applicant Name Filing Date Panel Advocate Assignment Date
{{$loop->iteration}} {{$item_pa_p->anr_no}} / {{$item_pa_p->anr_year}} {{($item_pa_p->applicant)}} {{($item_pa_p->fil_dt!='' ? date('d/m/Y',strtotime($item_pa_p->fil_dt)) : '')}} {{$item_pa_p->title.' '.$item_pa_p->user_name}} {{($item_pa_p->created_at!='' ? date('d/m/Y',strtotime($item_pa_p->created_at)) : '')}}
@endif
@foreach($notesheet_lsc as $item1) @endforeach
ANR NO. Case Type Applicant Name
{{$loop->iteration}} {{$item1->anr_no}} / {{$item1->anr_year}} {{ DaController::getSCCaseName($item1->case_type); }} {{$item1->applicant}}

Messages

@endforeach @endif @endif @endsection @push('scripts') @endpush @push('scripts') @endpush