4 lines
231 B
PHP
4 lines
231 B
PHP
|
@props(['disabled' => false])
|
||
|
|
||
|
<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'border-red-400 focus:border-red-500 focus:ring-red-500 rounded-md shadow-sm w-full px-3 py-2 border bg-transparent']) !!}>
|