@php $optionNameCol = $attributes->get('option_col') ?? 'name'; $selectId = $attributes->get('id') ?? 'select2_' . uniqid(); $wireModel = $attributes->get('wire:model'); @endphp