@extends('page.layouts.main')
@use('Carbon\Carbon')
@use('Illuminate\Support\Str')
@section('content')
Explore sessions, panels, and networking opportunities at {{ $event->title }}. Meet the influential leaders and innovators shaping the future of aviation. {{ $speaker->role }} {{ $speaker->organization }} Speakers will be announced soon. Stay tuned! {{ e($doc->description) }}
{!! $event->title !!}
No Upcoming Event Found
@endif
Event Highlights
@php
$details = [
['icon' => 'calendar-days', 'label' => 'Date', 'value' => Carbon::parse($event->start_time)->format('j F Y') . (Carbon::parse($event->start_time)->format('Y-m-d') !== Carbon::parse($event->end_time)->format('Y-m-d') ? ' – ' . Carbon::parse($event->end_time)->format('j F Y') : '')],
['icon' => 'clock', 'label' => 'Time', 'value' => Carbon::parse($event->start_time)->format('H:i') . ' – ' . Carbon::parse($event->end_time)->format('H:i')],
['icon' => 'map-pin', 'label' => 'Venue', 'value' => $event->location],
['icon' => 'building-office', 'label' => 'Address', 'value' => $event->address],
['icon' => 'building-library', 'label' => 'City', 'value' => $event->city],
['icon' => 'map', 'label' => 'Province', 'value' => $event->province],
['icon' => 'globe-asia-australia', 'label' => 'Country', 'value' => $event->country],
];
$icons = [
'calendar-days' => '',
'clock' => '',
'map-pin' => '',
'building-office' => '',
'building-library' => '',
'map' => '',
'globe-asia-australia' => '',
'user-group' => '',
'briefcase' => '',
'globe' => '',
'microphone' => '',
];
@endphp
@foreach($details as $detail)
@if (!empty($event->address))
Google Maps
Program {!! $event->title !!}
Keynote Speakers
{{ $speaker->name }}
Sponsors & Supporting Organisations
{{-- No text --}}
@if ($event->is_active)
{!! $event->title !!} Exhibition Booth Specifications
Showcase Your Brand at {!! $event->title !!}
Choose the booth format that best fits your visibility, product display, and engagement needs. {!! $event->title !!} offers two booth types designed to support exhibitors of all scales.
@else
Documentation
@endif