@props(['type' => 'text', 'name', 'label', 'value' => '', 'floating' => false, 'readonly' => false, 'info']) @php $classes = 'disabled:bg-gray-100 bg-white block mt-1 px-2.5 pb-2.5 w-full text-sm text-gray-900 rounded-lg border appearance-none focus:outline-none focus:ring-0 focus:border-blue-600 border-gray-300 focus:border-indigo-300 focus:ring-indigo-300'; $value = old($name, $value); @endphp
@if($floating)
@if($type === 'textarea') @else @endif
@else
@endif @if(isset($info) && $info !== '')
{{ $info }}
@endif