HOME


Mini Shell 1.0
DIR: /home/cardxfeb/public_html/resources/views/components/
Upload File :
Current File : //home/cardxfeb/public_html/resources/views/components/input.blade.php
@props(['disabled' => false])

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