Committee Create

@include('layouts.admin.alerts') @if (count($committee)>0) @foreach ($committee as $item) @endforeach
# name Action
{{ $no++ }} {{ $item->name }} Edit
@csrf
@else No Committees Added Yet @endif