@foreach ($case->case_interested_parties as $case_interested_party)
@if(isset($case_interested_party->case_head_office_user))
@if(isset($case_interested_party->case_head_office_user->user->logo))

@else
{{ substr($case_interested_party->case_head_office_user->user->name, 0, 1) }}
@endif
{{ $case_interested_party->case_head_office_user->user->name }}
@endif
@endforeach