{{ $tool->summary }}
{{ $tool->pricing_type }}
{{ $tool->has_api ? 'API' : 'No API' }}
@extends('layouts.site')
@section('page_class', 'page-tools')
@section('title', $item->seo_title ?: $item->name.' - AI工具详情')
@section('meta_description', $item->seo_description ?: $item->summary)
@section('canonical', $item->canonical_url ?: route('tools.show', $item->slug))
@section('head')
@endsection
@section('content')
{{ $item->summary }}
{{ $item->category?->name ?? 'AI 工具' }}
{{ $item->pricing_type }}
{{ $item->has_api ? '支持 API' : '无 API' }}
{{ $item->h1 ?: $item->name }}
{{ $item->summary }}
@endif{{ $tool->summary }}