@extends('layouts.app') @section('content')
← Volver
@if($offer->image) @endif

{{ $offer->title }}

{{ $offer->origin }} → {{ $offer->destination }}

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


{!! $offer->description !!}

@endsection