{{__('Testigos')}}

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