Exhibitors

Exhibitors Showcasing Innovation Across All Industries

View More {{-- --}}
@if(!empty($exhibitors)) @foreach($exhibitors as $exhibitor)
@if(!empty($exhibitor->contentIconFile)) Exhibitor Icon @else {{shortenName($exhibitor->name)}} @endif
Exhibitor {{$exhibitor->name ? truncateString($exhibitor->name, 30) : ''}}
Booth Number {{$exhibitor->booth ?? 'NA'}}
Event Name {{$session?->title ? truncateString($session->title, 40) : 'NA'}}
View More
@endforeach @endif