Committee Member Create

@include('layouts.admin.alerts') @if (count($member)>0) @foreach ($member as $item) @endforeach
# Name Designation Committee Position Profile Action
{{ $no++ }} {{ $item->name }} {{ $item->designation }} {{ $item->committee }} {{ $item->position }} Edit
@csrf
@else No Committee Members Added Yet @endif