@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Committee') @push('scripts') @endpush @push('head') @endpush @section('content') MY Committees Committee Members Committee Secretary Active From @php $sn = 1;$temp_comm_name='';$temp_sec_name='';$s=1;$uniques = array(); foreach($allMYCommitteesMember as $all){ if($temp_comm_name!== $all->meeting_id) { @endphp {{ $all->meeting_id.'. '.$all->comm_name; }} @php $sn = 1;$temp_sec_name='';$temp_mem_name='';$initials='';$initials_s=''; } @endphp 1. 1. {{ date("d-m-Y", strtotime($all->from_dt)) }} {{ $all->comm_name; }} {{ $all->description; }} @php $temp_comm_name=$all->meeting_id; } @endphp @endsection @push('scripts') @endpush