@props([
'name' => 'undefined',
'label' => 'Undefined',
'type' => 'text',
'placeholder' => '',
])
$errors->has($name),
'bg-gray-50 border-gray-300 text-gray-900 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500' => !$errors->has($name),
])
placeholder="{{ $placeholder }}" {{ $attributes }} />
@error($name)
Oops! {{ $message }}
@enderror