Files
cloud-chip.cn/storage/framework/views/893e48106319282548a1ee6ea39d98d9.php
T
2026-08-08 18:27:38 +08:00

96 lines
6.6 KiB
PHP

<?php $siteName = App\Models\Setting::get('site_name', '深圳市云创芯电子有限公司'); ?>
<?php $__env->startSection('title', $solution->seoTitle() . ' - ' . $siteName); ?>
<?php $__env->startSection('description', $solution->seoDescription()); ?>
<?php $__env->startSection('content'); ?>
<section class="hero-aurora">
<div class="hero-grid"></div>
<div class="relative max-w-8xl mx-auto px-4 sm:px-6 lg:px-8 py-14 lg:py-20">
<nav class="mb-5 flex items-center gap-1.5 text-sm text-muted">
<a href="<?php echo e(url('/')); ?>" class="hover:text-primary">首页</a><span>/</span>
<a href="<?php echo e(route('solutions.index')); ?>" class="hover:text-primary">解决方案</a><span>/</span>
<span class="text-fg"><?php echo e($solution->name); ?></span>
</nav>
<div class="flex flex-wrap items-center gap-3">
<?php if($solution->power): ?><span class="badge badge-primary"><?php echo e($solution->power); ?></span><?php endif; ?>
<span class="badge"><?php echo e($solution->powerSegmentLabel()); ?></span>
<span class="badge"><?php echo e($solution->applicationLabel()); ?></span>
<span class="badge"><?php echo e($solution->chipPlatformLabel()); ?></span>
</div>
<h1 class="mt-4 max-w-3xl text-3xl font-bold tracking-tight text-fg sm:text-4xl gradient-text"><?php echo e($solution->name); ?></h1>
<p class="mt-4 max-w-2xl text-base text-muted"><?php echo e($solution->summary); ?></p>
</div>
</section>
<section class="px-4 sm:px-6 lg:px-8 py-12 lg:py-16">
<div class="max-w-8xl mx-auto grid gap-10 lg:grid-cols-3">
<div class="lg:col-span-2 space-y-6">
<?php if($solution->description): ?>
<div class="prose text-fg"><?php echo nl2br(e($solution->description)); ?></div>
<?php endif; ?>
<?php if($solution->advantagesList()): ?>
<h2 class="text-xl font-bold text-fg">方案优势</h2>
<div class="grid gap-4 sm:grid-cols-2">
<?php $__currentLoopData = $solution->advantagesList(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $a): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="flex items-start gap-3 rounded-lg border border-line bg-surface p-4">
<?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'check','size' => 20,'class' => 'mt-0.5 shrink-0 text-primary']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
<?php $component->withName('icon'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
<?php endif; ?>
<?php $component->withAttributes(['name' => 'check','size' => 20,'class' => 'mt-0.5 shrink-0 text-primary']); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
<?php endif; ?>
<span class="text-sm text-fg"><?php echo e($a); ?></span>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php endif; ?>
</div>
<aside class="lg:col-span-1">
<div class="glass rounded-2xl p-6 lg:sticky lg:top-24">
<h3 class="text-lg font-semibold text-fg">获取方案详情</h3>
<p class="mt-2 text-sm text-muted">留下需求,我们的应用工程师将为您提供完整参考设计与选型支持。</p>
<a href="<?php echo e(url('/contact')); ?>?subject=<?php echo e(urlencode($solution->name)); ?>" class="cta-glow mt-5 w-full justify-center rounded-lg px-5 py-3 text-sm font-semibold">联系获取方案 <?php if (isset($component)) { $__componentOriginalce262628e3a8d44dc38fd1f3965181bc = $component; } ?>
<?php if (isset($attributes)) { $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc = $attributes; } ?>
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.icon','data' => ['name' => 'arrow','size' => 18]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
<?php $component->withName('icon'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
<?php endif; ?>
<?php $component->withAttributes(['name' => 'arrow','size' => 18]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
<?php $attributes = $__attributesOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
<?php unset($__attributesOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc)): ?>
<?php $component = $__componentOriginalce262628e3a8d44dc38fd1f3965181bc; ?>
<?php unset($__componentOriginalce262628e3a8d44dc38fd1f3965181bc); ?>
<?php endif; ?></a>
</div>
</aside>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /www/wwwroot/cloud-chip.cn/resources/views/solutions/show.blade.php ENDPATH**/ ?>