@php
$sn = 1;$temp_comm_name='';$temp_sec_name='';$s=1;$uniques = array();
foreach($allCommitteesMembers as $all){
$uniques[$all->meeting_id] = $all;
if($temp_comm_name!== $all->meeting_id) { @endphp
@php
$sn = 1;$temp_sec_name='';$temp_mem_name='';
}
@endphp
@php
$temp_comm_name=$all->meeting_id;
$temp_mem_name=$all->emp_name;
$temp_sec_name=$all->post_name;
}
@endphp
S.No. |
Committee Members |
Committee Secretary |
Active From |
{{ $all->comm_name; }}
|
{{ $sn++; }} |
|
|
{{ date("d-m-Y", strtotime($all->from_dt)) }} |