@props(['label', 'name','id', 'type'=>'text', 'value'=>'', 'placeholder'=>'']) @php $hasError = $errors->has($name); @endphp
@if(isset($label) && is_object($label)) @else @endif
$hasError, 'px-3 text-base text-gray-900 outline-gray-300 placeholder:text-gray-400 focus:outline-brand-600 dark:text-white dark:outline-white/10 dark:placeholder:text-gray-500 dark:focus:outline-brand-500' => !$hasError, ]) /> @if($hasError) @endif
@error($name)

{{ $message }}

@enderror