@extends('layouts.master') @section('css') @endsection @section('content')
| S.No | Name | Status | Action | ||
|---|---|---|---|---|---|
| 1 | {{ $committee->name }} | @if ($committee->name != 'Standing' && $committee->name != 'Executive')@else | @endif |
| Sr. No | Name | Contact | Index | Role | Image | Action | @if (count($committeeMembers) > 0) @php $i = 1; @endphp @foreach ($committeeMembers as $row) @if ($row->member)|||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $row->member->name ?? '' }} | {{ $row->member->contact ?? '' }} |
{{ $row->index ?? '' }}
|
{{ $row->member->memberDetail->role->name ?? '-' }} | @if ($row->member->memberDetail->image) @endif | ||||
| No Data Found | |||||||||