@php $base_class = 'lqd-docs-folder relative z-20 px-5 py-2.5 bg-folder-background text-folder-foreground transition-all'; if (!$folderSingleView) { $base_class .= ' hover:scale-[1.022] hover:shadow-md'; } else { $base_class .= ' grow w-full'; } @endphp withoutTwMergeClasses()->twMerge($base_class, $attributes->get('class')) }} >

{{ $folder->name }}

{{ $folder->updated_at->diffForHumans() }}
@if (!$folderSingleView) @endif @foreach (['rename', 'delete'] as $action) @if ($action === 'rename') @else @endif {{ __(ucfirst($action)) }} @includeIf('panel.user.openai.components.modals.' . $action . '-folder', [ 'folder_id' => $folder->id, 'folder_name' => $folder->name, ]) @endforeach