{{-- Universal Listing System Integration --}} {{-- Custom Industry Statistics Header --}}

Industry Overview

{{ $industryStats['total_operators'] ?? 0 }}
Total Operators
{{ $industryStats['park_operators'] ?? 0 }}
Park Operators
{{ $industryStats['manufacturers'] ?? 0 }}
Manufacturers
{{ $industryStats['mixed_role'] ?? 0 }}
Multi-Role
{{-- Custom Search Placeholder --}} Search operators, manufacturers, designers... {{-- Custom Filters Sidebar --}} {{-- Role Filters --}}

Operator Roles

{{-- Industry Filters --}}

Industry Filters

{{-- Company Size --}}
{{-- Industry Sector --}}
{{-- Founded Year Range --}}
{{-- Geographic Presence --}}
{{-- Revenue Range --}}
{{-- Industry Statistics Panel --}}

Industry Stats

Total Operators {{ $industryStats['total_operators'] ?? 0 }}
Multi-Role {{ $industryStats['mixed_role'] ?? 0 }}
@if(isset($marketData['total_market_cap']))
Market Cap ${{ number_format($marketData['total_market_cap'] / 1000000000, 1) }}B
@endif
{{-- Custom Mobile Role Filter Buttons --}}
{{-- Custom Sort Options --}} {{-- Custom View Mode Options --}} {{-- Custom Card Content for Grid View --}} {{-- Operator Header --}}

{{ $operator->name }}

@if($operator->location)

{{ $operator->location->city }}, {{ $operator->location->country }}

@endif
@if($operator->market_influence_score)
{{ number_format($operator->market_influence_score, 1) }}
Influence Score
@endif
{{-- Role Badges --}}
@if($operator->parks_count > 0) {{ $operator->parks_count }} Parks @endif @if($operator->manufactured_rides_count > 0) {{ $operator->manufactured_rides_count }} Manufactured @endif @if($operator->designed_rides_count > 0) {{ $operator->designed_rides_count }} Designed @endif
{{-- Key Metrics --}}
@if($operator->founded_year)
{{ $operator->founded_year }}
Founded
@endif @if($operator->industry_sector)
{{ ucfirst($operator->industry_sector) }}
Sector
@endif @if($operator->employee_count)
{{ number_format($operator->employee_count) }}
Employees
@endif @if($operator->geographic_presence_level)
{{ ucfirst($operator->geographic_presence_level) }}
Presence
@endif
{{-- Custom Portfolio View Content --}}

{{ $operator->name }}

@if($operator->description)

{{ $operator->description }}

@endif
@if($operator->parks_count > 0) Park Operator: {{ $operator->parks_count }} parks @endif @if($operator->manufactured_rides_count > 0) Manufacturer: {{ $operator->manufactured_rides_count }} rides @endif @if($operator->designed_rides_count > 0) Designer: {{ $operator->designed_rides_count }} rides @endif
@if($operator->market_influence_score)
{{ number_format($operator->market_influence_score, 1) }}
Market Influence
@endif
@if($operator->founded_year)
{{ $operator->founded_year }}
Founded
@endif @if($operator->industry_sector)
{{ ucfirst($operator->industry_sector) }}
Industry
@endif @if($operator->employee_count)
{{ number_format($operator->employee_count) }}
Employees
@endif @if($operator->location)
{{ $operator->location->country }}
Headquarters
@endif
{{-- Custom Empty State --}}

No operators found

Try adjusting your search or filters.

{{-- Custom Clear Filters Action --}}