@extends('core::layouts.master') @section('title', $event['title'] . ' - ASETQU V.2') @section('meta_description', $event['description']) @push('styles') @endpush @section('content') {{-- Hero Section --}} Kembali Detail Acara {{-- --}} {{-- Event Detail Section --}} {{-- Event Poster --}} @if($event->poster) @else @endif {{-- Event Info --}} {{ $event->title }} {!! nl2br(e($event->description)) !!} : {{ \Carbon\Carbon::parse($event->event_date)->locale('id')->translatedFormat('l, d F Y') }} : {{ date('H.i', strtotime($event->start_time)) }} - {{ date('H.i', strtotime($event->end_time)) }} WIB : {{ $event->event_type === 'online' ? 'Online' : $event->location }} @if($event->max_participants) : Max {{ $event->max_participants }} participants @endif @auth @if($isFollowing) Mengikuti Event @else Ikuti Event @endif @else Ikuti Event @endauth @if($event->registration_link) Daftar Event @endif @endsection @push('scripts') @endpush