@props([ 'mePerson', 'people' => collect(), 'name' => 'member_ids[]', 'title' => null, 'description' => null, ]) @php $others = collect($people)->where('id', '!=', $mePerson->id); @endphp
{{ $title }}
@endif @if ($description){{ $description }}
@endif