sackey e839d40a99
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
Initial commit
2025-07-30 17:15:50 +00:00

9 lines
192 B
PHP

@props([
'value' => null,
])
<option
{{ $attributes }}
@if (isset($value)) value="{{ $value }}" @endif
@if (isset($value)) wire:key="{{ $value }}" @endif
>{{ $slot }}</option>