match_making/resources/views/components/text-input.blade.php
2025-01-02 09:09:28 +07:00

4 lines
199 B
PHP

@props(['disabled' => false])
<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 rounded-md shadow-sm']) !!}>