{{ $placeholder }}
    {{-- 如果传入了已选项的完整数据,直接循环输出,避免API调用 --}} @if(!empty($selectedItems)) @foreach($selectedItems as $item)
  • {{ $item['name'] ?? $item['title'] ?? '' }}
  • @endforeach @endif
@push('footer') @endpush @push('footer') @endpush