@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)
- $entry->is_pinned,
'active' => 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
@foreach ($list as $entry)
- is_pinned ? 'pin-mode' : '') .
' group relative border-b overflow-hidden [word-break:break-word] [&.active]:before:absolute [&.active]:before:left-0 [&.active]:before:top-[25%] [&.active]:before:h-[50%] [&.active]:before:w-[3px] [&.active]:before:bg-gradient-to-b [&.active]:before:from-primary [&.active]:before:to-transparent',
'active' => 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