{{ $conference['title'] ?? 'Venue and Travel Info' }}
Help Desk

Venue & Travel

Discover how to get to the location and check out the conference venue details.

Conference Location

Meeting Venue

We have carefully selected a premium venue to host our attendees, ensuring the highest standards of comfort, accessibility, and technology. Review the venue details and our recommended travel routes to plan your journey.

@if(isset($conference['venue_info']))
@if(isset($conference['venue_info']['image'])) {{ $conference['venue_info']['name'] }} @endif

{{ $conference['venue_info']['name'] }}

Address {{ $conference['venue_info']['address'] }}

{{ $conference['venue_info']['description'] }}

@if(isset($conference['venue_info']['map_url']))
@endif
@if(isset($conference['venue_info']['travel_routes']) && is_array($conference['venue_info']['travel_routes']))
Getting There

Travel Routes

@foreach((array)$conference['venue_info']['travel_routes'] as $route)

{{ $route['type'] }}

{{ $route['description'] }}

Est. Time: {{ $route['duration'] }}
@endforeach
@endif @else

Venue Information Pending

We are currently finalizing the venue and travel arrangements for this conference. Please check back later for detailed maps and routes.

@endif