@props([ 'name', 'label' => null, 'value' => null, 'hint' => null, ]) @php $id = $attributes->get('id', $name); $current = old($name, $value); @endphp {{-- Trix rich-text editor. The hidden input carries the HTML; the server purifies it before storing, so pasted markup can never round-trip as script. --}}
only('class') }}> @if ($label) @endif @if ($hint)

{{ $hint }}

@endif @error($name)

{{ $message }}

@enderror