@extends('layouts.public') @section('title', 'Flight Results — ' . strtoupper($criteria['origin'] ?? '') . ' → ' . strtoupper($criteria['destination'] ?? '')) @push('styles') @endpush @section('content')
The flight API is responding slowly right now. This usually fixes itself in a few seconds.
Tip: Results are cached after the first successful search — so a retry is usually instant.
@else{{ $error }}
@endif