{{ $ddl_accused_nm }}
{{$txt_arrest_date}}
{{$ddl_concurrent}}
@php
$s_sno=0;
@endphp
@foreach($o_array as $val)
@php
$row_ida=$s_sno;
$txtact_nm=$val[0];
$txtact=$val[9];
$txtsection=$val[1];
$txtsubsection=$val[2];
$txtsubsection1=$val[3];
$txtsubsection2=$val[4];
$ddlsenyear_nm=$val[10];
$ddlsenyear=$val[5];
$ddlsenmonth=$val[6];
$ddldays=$val[10];
$txtfine=$val[8];
$hdsection=$val[11];
@endphp
@include('cishc.earliercourt.added_sentence')
@php $s_sno++ @endphp
@endforeach