{{-- Search Result Components Index This file serves as documentation for the search-result component family. Available Components: ==================== Base Components: ---------------- - x-ui.search-result.section : Section container with header - x-ui.search-result.item : Base result item (generic) Specialized Items: ------------------ - x-ui.search-result.project-item : Project result with status - x-ui.search-result.lead-item : Lead result with status - x-ui.search-result.user-item : User result with email - x-ui.search-result.company-item : Company result Badge Components: ----------------- - x-ui.search-result.ref-badge : ID/Reference badge (#D123) - x-ui.search-result.status-badge : Status badge with colors - x-ui.search-result.date-badge : Date badge with calendar icon - x-ui.search-result.meta-badge : Generic meta badge Usage Examples: =============== 1. Simple project list: @foreach($projects as $index => $project) @endforeach 2. Custom item with manual badges: Marketing 3. Section with load more: @foreach($leads as $lead) @endforeach
--}} {{-- This is a documentation-only file, it doesn't render anything --}}