Recomendaciones de Hospedaje

Sugerí opciones de alojamiento para tus invitados

Tip:

Agregá hoteles, apart hoteles o cabañas cercanas al lugar del evento.

@php $existingLodging = collect($form)->filter(function($value, $key) { return str_starts_with($key, 'lodgingTitle'); }); $count = $existingLodging->count() > 0 ? $existingLodging->count() : 1; @endphp @for($i = 0; $i < $count; $i++)
Alojamiento {{ $i + 1 }}
@if($i > 0) @endif
@endfor