Dashboard
@php $prefix = Auth::getDefaultDriver(); @endphp
Logout
@csrf
@if(config('app.event.balloon-left'))
@endif @if(config('app.event.balloon-center'))
@endif @if(config('app.event.balloon-right'))
@endif
@if(config('app.event.lobby_branding'))
@endif
@include('exhibition.main_footer')
{{ config('app.event.name') }}
×
Exhibition Hall
Auditorium
Summit Agenda
Dashboard
Exhibition Hall
×
@foreach ($halls as $hall)
{{ $hall->name }}
@endforeach
Auditorium
×
@foreach ($webinars as $key => $item)
{{ $key }}
@foreach ($item as $webinar)
{{ $webinar->title }}
{{ $webinar->start_time }} PST
Click to Join
@endforeach
@endforeach
{{-- --}} @yield('scripts')