@extends('layouts.shell')
@section('title', $event->title)
@section('meta_description', Str::limit(strip_tags($event->description), 155))
@section('og_image', $event->coverUrl() ?? asset('icons/icon-512.png'))
@section('jsonld')
@endsection
@section('content')
Narasumber
{{ $event->speaker }}
@if($event->speaker_title){{ $event->speaker_title }}
@endif{{ $event->description }}
@endif @if($event->notes)Catatan / Persyaratan
{{ $event->notes }}
Link Akses (Anda terdaftar)