@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) }}.

@endforelse
@endif