@props([
'uuid' => md5(rand()),
'label' => '',
'hint' => '',
'errorField' => '',
'rows' => 4
])
class([]) }}>
@if($label)
@endif
@if($errors->has($errorField))
@foreach($errors->get($errorField) as $message)
@foreach(Arr::wrap($message) as $line)
{{ $line }}
@break($firstErrorOnly)
@endforeach
@break($firstErrorOnly)
@endforeach
@endif
@if($hint)
{{ $hint }}
@endif