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

{{ $title }}

@endif @if ($description)

{{ $description }}

@endif
{{ $mePerson->avatar }} {{ $mePerson->name }} {{ __('You') }}
@foreach ($others as $person) @endforeach