{{__('Padrinos')}}

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