{{ $committeeType->description ?? 'Meet the dedicated members who make this committee successful.' }}
{{ $committeeType->description }}
{{ $member->user->personalInformation->faculty->name ?? 'Faculty not specified' }}
@endif @if($member->user->personalInformation->student){{ $member->user->personalInformation->student->name ?? 'Student info not specified' }}
@endif @endif @if($member->mobile){{ $member->mobile }}
@endif @if($member->user && $member->user->email){{ $member->user->email }}
@endifThis committee currently has no members assigned.