@if ($group->signatories->count()) @foreach ($group->signatories as $sig) @if (!empty($sig->user_id))
{{ $sig['user']['name'] }}
@endif @endforeach @endif {{-- @if (!empty($group['signed_by_analyst']))
{{ $group['signed_by_analyst_user']['name'] }}
@endif @if (!empty($group['signed_by_tc']))
{{ $group['signed_by_tc_user']['name'] }}
@endif @if (!empty($group['signed_by_uh']))
{{ $group['signed_by_uh_user']['name'] }}
@endif @if (!empty($group['signed_by']))
{{ $group['signed_by_user']['name'] }}
@endif --}}