mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
11 lines
218 B
PHP
11 lines
218 B
PHP
<label for={{ $id }}>
|
|
@if ($label)
|
|
{{ $label }}
|
|
@else
|
|
{{ $id }}
|
|
@endif
|
|
@if ($required)
|
|
*
|
|
@endif
|
|
<input id={{ $id }} type={{ $type }} wire:model.defer={{ $id }}>
|
|
</label>
|