mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
12 lines
218 B
PHP
12 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>
|