{{-- Inline (anlık kayıt) rich-text alanı. Quill editörü blur olunca update-field'e PATCH atar. Gerekli: $name, $label, $uf (update-field url). Opsiyonel: $value (HTML), $hint, $templates (hazır tanım koleksiyonu). Editör init'i _qv-richtext'teki qvInitQuills tarafından; blur-kayıt + şablon seçimi bağlaması _qv-inline-blocks tarafından yapılır. --}} @php $value = $value ?? ''; $templates = $templates ?? null; @endphp
@if($templates && $templates->count()) @endif
{!! $value !!}