@if($offer->route) {{ $offer->route->origin ?? 'Origen' }} → {{ $offer->route->destination ?? 'Destino' }} @else {{ $offer->title ?? 'Oferta de vuelo' }} @endif
@if(!empty($offer->price))${{ number_format($offer->price, 0, ',', '.') }}
@endifActualmente hay {{ $offers->total() }} ofertas disponibles.
${{ number_format($offer->price, 0, ',', '.') }}
@endif