Editor
@if($selectedTemplateId)
@php $template = $templates->firstWhere('id', $selectedTemplateId); @endphp
@if($template)
@foreach($template->fields as $field)
@endforeach
@endif
@else
No hay templates creados
No hay templates creados. Presiona "Nuevo template" para comenzar.
Crear Template
@endif