$category->slug == 'ai_vision',
'h-full' => $category->slug != 'ai_vision',
])>
@if (view()->hasSection('chat_area'))
@yield('chat_area')
@else
@include('panel.user.openai_chat.components.chat_area')
@endif
@if ($category->slug == 'ai_vision' && ((isset($lastThreeMessage) && $lastThreeMessage->count() == 0) || !isset($lastThreeMessage)))
{{ __('Upload an image and ask me anything') }}
@foreach ($test_commands as $command)
{{ __($command) }}
@endforeach
@endif
@if ($category->slug == 'ai_vision' && ((isset($lastThreeMessage) && $lastThreeMessage->count() == 0) || !isset($lastThreeMessage)))