{{__('Instagram')}}

    @foreach ($instagramProfiles as $igIndex => $instagram) @php preg_match('/(\d+)$/', $igIndex, $matchesIg); $igLoopIndex = $matchesIg[1]; @endphp
  1. @if (array_key_exists("instagramProfileImage{$igLoopIndex}", $form) && is_string($form["instagramProfileImage{$igLoopIndex}"]))
    @elseif (array_key_exists("instagramProfileImage{$igLoopIndex}", $form))
    @endif
  2. @endforeach