Recomendaciones de transporte para llegar al evento

@php $recCount = 0; // Contar cuántas recomendaciones hay foreach($form as $key => $value) { if (preg_match('/^transportRecTitle(\d+)$/', $key, $matches)) { $recCount = max($recCount, (int)$matches[1] + 1); } } if ($recCount === 0) $recCount = 1; // Al menos una por defecto @endphp @for($i = 0; $i < $recCount; $i++)
Recomendación {{ $i + 1 }}
@if($i > 0) @endif
@endfor