History – {{ $conference['title'] ?? 'Conference' }} {{-- HERO --}}
Legacy

History

Discover the timeline and profound legacy of the {{ $conference['logo_text'] ?? 'Conference' }}, tracing our journey of global impact across numerous past editions.

{{-- MOCK DATA (Normally fetched from Controller) --}} @php $pastEditions = [ [ 'year' => '2025', 'location' => 'Vienna, Austria', 'theme' => 'Sustainable Economics in Post-Crisis Era', 'attendees' => '350+', 'papers' => '120+', 'link' => route('conference.proceedings', ['slug' => $conference['slug'] ?? 'business-management-economics-spain-2026']), 'image' => asset('images/sample_venue_exterior.png') ], [ 'year' => '2024', 'location' => 'Kuala Lumpur, Malaysia', 'theme' => 'Digital Transformation and Business Agility', 'attendees' => '400+', 'papers' => '150+', 'link' => route('conference.proceedings', ['slug' => $conference['slug'] ?? 'business-management-economics-spain-2026']), 'image' => asset('images/sample_venue_exterior.png') ], [ 'year' => '2023', 'location' => 'Dubai, UAE', 'theme' => 'Global Finance & Market Resilience', 'attendees' => '320+', 'papers' => '110+', 'link' => route('conference.proceedings', ['slug' => $conference['slug'] ?? 'business-management-economics-spain-2026']), 'image' => asset('images/sample_venue_exterior.png') ], [ 'year' => '2022', 'location' => 'Virtual / Online', 'theme' => 'Economic Recovery & Future Readiness', 'attendees' => '500+', 'papers' => '180+', 'link' => route('conference.proceedings', ['slug' => $conference['slug'] ?? 'business-management-economics-spain-2026']), 'image' => asset('images/sample_venue_exterior.png') ] ]; @endphp {{-- TIMELINE UI --}}

Our Journey

Over the years, our conference has traveled the globe, bringing together top minds to address the most pressing issues in the field.

@foreach($pastEditions as $index => $edition)

{{ $edition['year'] }}

{{ $edition['location'] }}

{{ $edition['theme'] }}

Attendees

{{ $edition['attendees'] }}

Published Papers

{{ $edition['papers'] }}

View Proceedings
@endforeach
{{-- Mobile Timeline Overrides --}}
{{-- CTA --}}
Be part of the legacy @php $confYear = isset($conference['date']) ? date('Y', strtotime(explode('-', $conference['date'])[0])) : '2026'; @endphp

Join us for the {{ explode(' ', $conference['title'])[0] ?? 'Next' }} {{ $confYear }} event