@props([ 'label', 'name', 'id' => null, 'placeholder' => '', 'required' => false, 'height' => 250, 'tooltip' => null, ]) @php $editorId = $id ?? $name; @endphp
@error($name) {{ $message }} @enderror