@props(['field', 'name', 'value' => '']) @php $required = $field['required'] ?? false; $rows = $field['rows'] ?? 6; @endphp {{-- Por ahora rendereamos como textarea expandido. A futuro: TinyMCE/Quill init aquí. --}} {{ $field['label'] ?? ucfirst(str_replace('_', ' ', $field['key'])) }} Rich text {{ $value }}