@extends('layouts.website')

{{ $event->title }}

{{ Str::limit($event->description, 200) }}

line-img
Overview

About the
Event

{!! nl2br(e($event->description)) !!}
@if($event->speakers && $event->speakers->count() > 0)
line-img
Meet Our Speakers
@foreach($event->speakers as $speaker)
@if($speaker->image && \Storage::disk('public')->exists($speaker->image)) {{ $speaker->name }} @else {{ $speaker->name }} @endif

{{ $speaker->prefix }} {{ $speaker->name }} @if($speaker->linkedin) in @endif

{{ $speaker->designation }}
{{ $speaker->description }}
@endforeach
@endif @if($event->moments && $event->moments->count() > 0)
Event Moments

Capturing Memories from This Event

@foreach($event->moments as $moment)
Event Moment @if($moment->caption)

{{ $moment->caption }}

@endif
@endforeach
@endif

Event Details

Time
Date & Time:
@php $showEventDate = $event->date ? \Carbon\Carbon::parse($event->date)->format('F d, Y') : ''; $showEventTime = $event->time ? \Carbon\Carbon::parse($event->time)->format('h:i A') : ''; @endphp {{ $showEventDate }} - {{ $showEventTime }}
Location
Location:
{{ $event->location }}
Mode
Mode:
{{ $event->mode }}
@if($event->duration)
Duration
Duration:
{{ $event->duration }}
@endif

Register for this Event

Secure your spot for this exclusive event. Limited seats available.

Register Now

Let's get you certified-Start your journey today!

Connect with our experts for a seamless and hassle-free certification process.

Get Certified
background-img
man-img
button
@include('website.partials.footer') @include('website.partials.include_js')