@extends('layouts.app') @section('title', $glossaryTerm->term . ' - 云创芯术语库') @section('content')

{{ $glossaryTerm->term }}

@if ($glossaryTerm->category)

分类:{{ $glossaryTerm->category }}

@endif
{!! nl2br(e($glossaryTerm->definition)) !!}
@if ($glossaryTerm->aliases)

别名:{{ $glossaryTerm->aliases }}

@endif
@endsection