@php $items = $items ?? []; $title = $title ?? '口径说明'; @endphp @if(is_array($items) && count($items) > 0)
{{ $title }}: @foreach($items as $i => $text) {{ $text }}@if($i < count($items) - 1);@endif @endforeach
@endif