@props([ 'selected_robot' => null, 'last_conversation' => null, ])
@if ($selected_robot->getFirstMediaUrl('avatar-robot'))
avatar
@else
{{ get_initials($selected_robot->name) }}
@endif
{{ __('robots.chatWithName', ['name' => $selected_robot->name]) }}
{{ $selected_robot->profession }}
@if ($last_conversation != null) @endif