Descubre tu próximo destino

Promociones increíbles para viajar por Chile y el mundo

En Ofertas Viajes te conectamos con promociones reales para tus próximas vacaciones. Encuentra vuelos y también recomendaciones para inspirarte antes de viajar.

Ofertas de vuelos destacadas

Ver todas las ofertas
@forelse ($flightOffers as $offer)
Oferta de vuelo {{ $offer->origin_iata ?? 'origen' }} a {{ $offer->destination_iata ?? 'destino' }}
Vuelo
{{ $offer->origin_city ?? $offer->origin_iata ?? 'Origen' }} → {{ $offer->destination_city ?? $offer->destination_iata ?? 'Destino' }}

${{ number_format($offer->price ?? 0, 0, ',', '.') }} {{ $offer->currency ?? '' }}

@if(!empty($offer->airline)) Aerolínea: {{ $offer->airline }}
@endif @if(!empty($offer->departure_date)) Salida: {{ \Carbon\Carbon::parse($offer->departure_date)->format('d-m-Y') }}
@endif @if(!empty($offer->return_date)) Regreso: {{ \Carbon\Carbon::parse($offer->return_date)->format('d-m-Y') }}
@endif @if(isset($offer->stops)) Escalas: @if((int)$offer->stops === 0) Directo @elseif((int)$offer->stops === 1) 1 escala @else {{ $offer->stops }} escalas @endif @endif

@if(!empty($offer->booking_url)) Ver oferta @else Ver ofertas @endif
@empty
Aún no hay ofertas de vuelos disponibles.
@endforelse

Últimas recomendaciones del blog

Ir al blog
@forelse ($posts as $post)
@empty
Aún no hay artículos publicados.
@endforelse

Explora destinos por categoría

@foreach ($categories as $category) {{ $category->name }} @endforeach @if($categorySlug) @endif