@extends('panel.layout.app') @section('title', $category->slug == 'ai_vision' ? __('Vision AI') : ($category->slug == 'ai_pdf' ? __('AI File Chat') : ($category->slug == 'ai_chat_image' ? __('AI Chat Image') : __('AI Chat')))) @section('content')
{{ __('Seamlessly upload any image you want to explore and get insightful conversations.') }}
@elseif ($category->slug == 'ai_pdf'){{ __('Simply upload a file (PDF, CSV, .doc or .docx) and extract key insights or summarize the entire document.') }}
@elseif ($category->slug == 'ai_chat_image'){{ __('Seamlessly generate and craft a diverse array of images without ever leaving your chat environment.') }}
@endif