{!! $bodyHtml !!}
@extends('layouts.site')
@section('page_class', 'page-guides page-detail')
@section('title', $item->seo_title ?: $item->title.' - AI教程')
@section('meta_description', $item->seo_description ?: $item->excerpt)
@section('canonical', $item->canonical_url ?: route('guides.show', $item->slug))
@section('head')
@endsection
@section('content')
{{ $item->excerpt }}
{{ strtoupper($item->difficulty ?? 'guide') }}
{{ $item->h1 ?: $item->title }}