{{-- Scrollable main content, offset for fixed header (~112px) and footer (~80px) --}}
{{-- #search --}}
{{-- Right-side controls --}}
{{-- Clear --}} {{-- Near me pill --}} {{-- Search --}}
{{-- IP fallback nudge --}}

Showing approximate location. Enter your postcode above for exact results.

@error('search')

{{ $message }}

@enderror {{-- Filter rows --}}
@if ($apiError)
{{ $apiError }}
@endif
{{-- #recommendation --}} {{-- @if ($prediction)
@endif --}} {{-- #map --}}
{{-- #stations --}} @if ($hasSearched)
@if (! empty($meta))

Stations Nearby

{{ $meta['count'] ?? 0 }} {{ str('Result')->plural($meta['count'] ?? 0) }}
@endif @forelse ($results as $station)
@empty

No stations found within {{ $radius }} {{ str('mile')->plural($radius) }} of "{{ $search }}".

@endforelse
@endif {{-- #forecast --}}