Committees Create

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