@props([ 'active' => 'tools', 'statusLabel' => '数据总量', 'statusValue' => 0, 'wrapperClass' => 'channel-head', 'tabsClass' => 'channel-tabs', 'statusClass' => 'channel-status', ]) @php $tabs = [ ['key' => 'tools', 'label' => 'AI工具集', 'url' => route('tools.index')], ['key' => 'models', 'label' => '模型推荐', 'url' => route('models.index')], ['key' => 'news', 'label' => '文章资讯', 'url' => route('news.index')], ['key' => 'guides', 'label' => '教程学习', 'url' => route('guides.index')], ['key' => 'tool-list', 'label' => '工具列表', 'url' => route('tools.list')], ]; @endphp
{{ $statusLabel }} {{ $statusValue }}