@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}}
@foreach($receipts as $item_re)
Receipt No.
Name
Category
Date
@endforeach
{{$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)) : '')}}
@foreach($verification as $item)
ANR NO.
Applicant Name
Category
Remark
@endforeach
{{$loop->iteration}}
{{$item->anr_no}} / {{$item->anr_year}}
{{$item->applicant}}
{{$item->category}}
{{$item->stage_name}}
@foreach($verification_misc as $item_misc)
ANR NO.
Applicant Name
Category
Remark
@endforeach
{{$loop->iteration}}
{{$item_misc->anr_no}} / {{$item_misc->anr_year}}
{{$item_misc->applicant}}
{{$item_misc->category}}
{{$item_misc->stage_name}}
@foreach($readyToNotesheet as $item)
ANR NO.
Applicant Name
Remark
@endforeach
{{$loop->iteration}}
{{$item->anr_no}} / {{$item->anr_year}}
{{$item->applicant}}
@foreach($notesheet as $item1)
ANR NO.
Case Type
Applicant Name
Received From
Notesheet
@endforeach
{{$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
@foreach($sc_pending as $item_sc_p)
ANR NO.
Applicant Name
SC Case Number
Filing Date
@endforeach
{{$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)) : '')}}
@foreach($sc_disposed as $item_sc_d)
ANR NO.
Applicant Name
SC Case Number
Filing Date
Disposal Date
@endforeach
{{$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)) : '')}}
@foreach($sc_opinion_pending as $item_sc_op_p)
ANR NO.
Applicant Name
Filing Date
Screening Committee
Assigned on
Opinion Received
Received Date
@endforeach
{{$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)) : '')}}
@foreach($sc_opinion as $item_sc_op)
ANR NO.
Applicant Name
Filing Date
Screening Committee
Assigned on
Opinion Received
Received Date
@endforeach
{{$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)) : '')}}
@foreach($pbefore_panel as $item_pa_p)
ANR NO.
Applicant Name
Filing Date
Panel Advocate
Assignment Date
@endforeach
{{$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)) : '')}}
@foreach($notesheet_lsc as $item1)
ANR NO.
Case Type
Applicant Name
@endforeach
{{$loop->iteration}}
{{$item1->anr_no}} / {{$item1->anr_year}}
{{ DaController::getSCCaseName($item1->case_type); }}
{{$item1->applicant}}