@extends('layouts.default', ['appTopMenu' => true]) @section('title', 'Committee') @push('scripts') @endpush @push('head') @endpush @section('content') @php $id = 0; @endphp

Committee

@if($id == 0)
@else @endif @csrf
@error('comm_id') {{ $message }} @enderror
@error('comm_members') {{ $message }} @enderror
@error('comm_secretary') {{ $message }} @enderror
@error('txt_meeting_date') {{ $message }} @enderror

Committee Members Details

@php $sn = 1;$temp_comm_name='';$temp_sec_name='';$s=1;$uniques = array();$initials='';$initials_s=''; foreach($allCommitteesMembers as $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; } @endphp
Committee Members Committee Secretary Active From
{{ $all->meeting_id.'. '.$all->comm_name; }}
1.
1.
{{ date("d-m-Y", strtotime($all->from_dt)) }}
@endsection @push('scripts') @endpush