{{-- ThrillWiki RidesListing: Django Parity Search & Filter Interface --}}
Discover and explore theme park rides from around the world
{{ $ride->park->name }}
@if($ride->ride_type) {{ ucfirst($ride->ride_type) }} @endif @if($ride->status) @endif @if($ride->description){{ $ride->description }}
@endif {{-- Ride Details --}}Try adjusting your search criteria or filters.
@if($search || $category || $status || $manufacturerId || $openingYearFrom || $openingYearTo || $minHeight || $maxHeight || $parkId)