@if(!empty($message))
@endif
@if(!empty($error))
@endif
Search & Add
@if(!empty($term))
@if(count($searchUsers) > 0)
@foreach($searchUsers as $user)
@endforeach
@else
No results found.
@endif
@endif
Assigned Assistants
@if(count($assistants) > 0)
@foreach($assistants as $assistant)
@php
$assistantUser = $assistant->user;
@endphp
@if($assistantUser)
{{$assistantUser->email}}
@else
@endif
@endforeach
@else
No assistants assigned yet.
@endif