File "input.blade.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/laravel/jetstream/resources/views/components/input.blade.php
File size: 232 bytes
MIME-type: text/plain
Charset: utf-8
@props(['disabled' => false])
<input {{ $disabled ? 'disabled' : '' }} {!! $attributes->merge(['class' => 'border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm']) !!}>