@if(count($getCaseDetailsFromCaseNo)>0)
@php
$row_id=0;
@endphp
@if($o_array!='')
@foreach($o_array as $val)
@php
$court_name=$val->court_name;
$rdn_lc_a=$val->rdn_lc_a;
$cnr=$val->cnr;
$m_dtdesc1=$val->m_dtdesc1;
$ddl_st_agncy_nm=$val->ddl_st_agncy_nm;
$ddl_st_agncy=$val->ddl_st_agncy;
$m_ldist_nm=$val->m_ldist_nm;
$m_ldist=$val->m_ldist;
$m_lct_type=$val->m_lct_type;
$m_lct_type_nm=$val->m_lct_type_nm;
$f_case_no=$val->f_case_no;
$l_case_yr=$val->l_case_yr;
$txt_lc_remark=$val->brief_description;
$judges=$val->judges;
$tehsil_id=$val->tehsil_id;
$lowerct_id=$val->lowerct_id;
$lc_type=$val->lc_type;
@endphp
@if($rdn_lc_a==3)
@php
$case_from=$val->case_from;
$m_policestn=$val->m_policestn;
$m_policestn_nm=$val->m_policestn_nm;
$m_firno=$val->m_firno;
$l_crime_yr=$val->l_crime_yr;
@endphp
@endif
@if($rdn_lc_a==2)
@php
$p_id=$val->p_id;
$p_id_nm=$val->p_id_nm;
$authdesc_nm=$val->authdesc_nm;
$authdesc=$val->authdesc;
$x_authdesc=$val->x_authdesc;
$m_orgname_nm=$val->m_orgname_nm;
$m_orgname=$val->m_orgname;
$txt_g_n_no=$val->txt_g_n_no;
$govt_not_casetype=$val->govt_not_casetype;
$ddl_g_n_y=$val->ddl_g_n_y;
$ddl_not_date=$val->ddl_not_date;
@endphp
@endif
@include('cishc.earliercourt.added_lc_record')
@php $row_id++;
@endphp
@endforeach
@endif
@else
No Record Found
@endif