+ Agregar Padrino
    @foreach ($godParents as $index => $godparent) @php preg_match('/(\d+)$/', $index, $matches); $loopIndex = $matches[1]; $godparentName = array_key_exists("godparentName{$loopIndex}", $form) ? $form["godparentName{$loopIndex}"] : ""; $godparentRelationship = array_key_exists("godparentRelationship{$loopIndex}", $form) ? $form["godparentRelationship{$loopIndex}"] : ""; @endphp
  1. @if (array_key_exists("godparentImage{$loopIndex}", $form) && is_string($form["godparentImage{$loopIndex}"]))
    @endif
    @if (array_key_exists("godparentImage{$loopIndex}", $form) && is_string($form["godparentImage{$loopIndex}"]))
    @endif
  2. @endforeach