@if ($activeTab === 'marketplace')
@php $baseClasses = 'px-4 py-2 text-sm font-medium border rounded-lg focus:outline-none transition-colors'; $activeClasses = 'bg-primary-600 border-primary-600 text-white hover:bg-primary-700'; $inactiveClasses = 'bg-white dark:bg-gray-800 border-gray-300 dark:border-gray-600 text-gray-700 dark:text-gray-300 hover:bg-gray-50 dark:hover:bg-gray-700'; @endphp
@if($this->error)

Something went wrong

{{ $this->error }}

@elseif($this->extensions->isEmpty())

No extensions found

Try adjusting your search or filter criteria.

@else
@foreach ($this->extensions as $extension) @endforeach
@if ($this->canLoadMore)
@endif
@endif
@else
{{ $this->table }}
@endif