@php
$disable_actions = $app_is_demo && (isset($category) && ($category->slug == 'ai_vision' || $category->slug == 'ai_pdf' || $category->slug == 'ai_chat_image'));
@endphp
@foreach ($list as $entry)
- isset($chat) && $chat->id == $entry->id,
])
>
{{ __($entry->title) }}
{{ $entry->updated_at->diffForHumans() }}
@if ($entry->reference_url != '')
{{ __($entry->doc_name) }}
@endif
@if ($entry->website_url != '')
{{ __($entry->website_url) }}
@endif
@endforeach