@if (count($committee)>0)
@push('styles')
@endpush
@push('script')
@endpush
@else
| # | @lang('Name') | @lang('Email') | @lang('Phone') | @lang('Designations') | @lang('Gender') | @lang('Priority') | @lang('Status') | @lang('Action') |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{$com->name}} | {{$com->email}} | {{$com->mobile}} | {{designation($com->designation,true)}} | {{gender($com->gender,true)}} | {{$com->priority}} | {{status($com->status)}} |
@lang('No Related Data Found.')
@endif