@extends('layouts.app') @section('title', '术语库 - 深圳市云创芯电子有限公司') @section('content')

术语库

PD / PHY / 快充协议关键术语速查。

@forelse ($terms as $term)

{{ $term->term }}

{{ Str::limit($term->definition, 90) }}

@empty

没有匹配的术语。

@endforelse
{{ $terms->links('pagination::bootstrap-5') }}
@endsection