@extends('layouts.app') @section('title', '全站搜索 - 深圳市云创芯电子有限公司') @section('content')

全站搜索

@if ($q === '')

输入关键词,跨「产品 / 文章 / 术语库 / 技术论坛」检索全站内容。

@else

{{ $q }}” 共找到 {{ $total }} 条结果。

@if ($total === 0)

没有匹配的内容,换个关键词试试。

@else @if ($results['articles']->isNotEmpty()) @endif @if ($results['products']->isNotEmpty())

产品

@endif @if ($results['glossary']->isNotEmpty())

术语库

@endif @if ($results['threads']->isNotEmpty())

技术论坛

@endif @endif @endif
@endsection