mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-08 11:15:09 -05:00
8 lines
147 B
PHP
8 lines
147 B
PHP
@props([
|
|
'showWarning' => false
|
|
])
|
|
|
|
<div class="input-global-text">
|
|
<input {{ $attributes }} data-show-error="{{ $showWarning }}" >
|
|
</div>
|