4 lines
220 B
PHP
4 lines
220 B
PHP
@props(['disabled' => false])
|
|
|
|
<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'border-theme-border focus:border-theme-accent focus:ring-1 focus:ring-theme-accent rounded-md shadow-sm']) !!}>
|