@props([ 'conversations' => null, 'robot' => null, 'last_conversation' => null, ])
@lang('robots.chatHistory')
@foreach ($conversations as $conversation) @endforeach
@lang('robots.title') @lang('robots.numberOfWords') @lang('robots.robotName') @lang('robots.lastActivity')
{{ $conversation->title }} {{ $conversation->words }} {{ $conversation->robot->name }} {{ $conversation->last_conversation_on }}