@extends('layouts.app') @php $siteName = App\Models\Setting::get('site_name', '深圳市云创芯电子有限公司'); @endphp @section('title', $solution->seoTitle() . ' - ' . $siteName) @section('description', $solution->seoDescription()) @section('content')
@if ($solution->power){{ $solution->power }}@endif {{ $solution->powerSegmentLabel() }} {{ $solution->applicationLabel() }} {{ $solution->chipPlatformLabel() }}

{{ $solution->name }}

{{ $solution->summary }}

@if ($solution->description)
{!! nl2br(e($solution->description)) !!}
@endif @if ($solution->advantagesList())

方案优势

@foreach ($solution->advantagesList() as $a)
{{ $a }}
@endforeach
@endif
@endsection