@extends('layouts.master') @section('css') @endsection @section('content')
| S.No | Name | Status | Action |
|---|---|---|---|
| 1 | {{ $committee->name }} |
| 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->role->name ?? '-' }}
|
@if ($row->member->memberDetail->image) @endif | ||||
| No Data Found | |||||||||