@extends('layouts.app') @section('title', 'Taxi confirmed | ArrivalFlow') @section('meta_description', 'Ride confirmed. Surface the best contextual offers while the guest waits or arrives.') @section('content')
2 · Taxi confirmed

Your taxi is on the way.

Pickup: {{ $ride->pickup_label }}
Destination: {{ $ride->destination_label }}
ETA: {{ $ride->eta_minutes }} min

Ride UUID: {{ $ride->uuid }}
Source channel: {{ ucfirst($ride->source_channel) }}
Context zone: {{ $ride->context_zone ?: 'General' }}
@foreach ($recommendations as $recommendation)
#{{ $recommendation->position }} Score {{ number_format((float) $recommendation->score, 0) }} {{ ucfirst($recommendation->offer->category) }}

{{ $recommendation->offer->title }}

{{ $recommendation->offer->excerpt }}

Why it fits: {{ $recommendation->reason }}

View offer
@endforeach
@endsection