@extends('layouts.site') @section('page_class', 'page-guides') @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')
{{ strtoupper($item->difficulty ?? 'guide') }}

{{ $item->h1 ?: $item->title }}

{{ $item->excerpt }}

{!! $bodyHtml !!}
@endsection