mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
11 lines
200 B
PHP
11 lines
200 B
PHP
@blaze
|
|
|
|
@props([
|
|
'value' => null,
|
|
])
|
|
|
|
<option
|
|
{{ $attributes }}
|
|
@if (isset($value)) value="{{ $value }}" @endif
|
|
@if (isset($value)) wire:key="{{ $value }}" @endif
|
|
>{{ $slot }}</option> |