mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-08 19:25:10 -05:00
5 lines
141 B
PHP
5 lines
141 B
PHP
@props([
|
|
'disabled' => false,
|
|
])
|
|
|
|
<input type="number" @disabled($disabled) {{ $attributes->merge(['class' => 'input-global-number']) }}> |