@php use App\Helpers\Classes\MarketplaceHelper; $disable_actions = $app_is_demo ?? false; $is_search = $is_search ?? false; $categoryId = isset($category) ? $category->id : null; $website_url = $website_url ?? null; $isChatProImage = ($website_url ?? null) === 'chatpro-image' && MarketplaceHelper::isRegistered('ai-chat-pro-image-chat'); $isChatProContext = in_array($website_url, ['chatpro', 'chatpro-temp', 'chatPro', 'chatpro-image', 'social-media-agent'], true); $chatProFoldersEnabled = $isChatProContext && MarketplaceHelper::isRegistered('ai-chat-pro-folders'); @endphp
{{-- Initial Loading Skeleton --}}
@if ($chatProFoldersEnabled) {{-- Add Folder Modal --}}

@lang('Add Folder')

@lang('Organize your chat history by creating custom folders and sorting your conversations into them. ')

@lang('Create Folder')
@endif {{-- Rename Modal --}}

@lang('Renaming')

@lang('Rename')
{{-- Delete Modal --}}

@lang('Deleting')

@if ($chatProFoldersEnabled)

@lang('All chats inside this folder will be moved to the main chat list. This action cannot be undone.')

@endif

@lang('This chat will be permanently deleted. This action cannot be undone.')

@lang('Cancel') @lang('Delete')
@pushOnce('script') @endPushOnce