{{-- Universal Listing Component Integration --}} {{-- Custom Location Controls Slot --}} @if(!$locationEnabled) @endif {{-- Custom Filters Slot for Parks-Specific Filters --}}
{{-- Operator Filter --}}
{{-- Region Filter --}}
{{-- Country Filter --}}
{{-- Park Type Filter --}}
{{-- Opening Year Range --}}
{{-- Area Range --}}
{{-- Minimum Rides --}}
{{-- Distance Filter (only if location enabled) --}} @if($locationEnabled)
@endif
{{-- Custom Sort Options Slot --}} @if($locationEnabled) @endif {{-- Custom Card Content for Parks --}} @foreach($parks as $park) {{-- Custom Park-Specific Content --}} @if($locationEnabled && isset($park->distance))
{{ number_format($park->distance, 1) }} km
@endif
@endforeach
{{-- JavaScript for Location Services (GPS Integration) --}}