{{-- Tema Event: Royal Event (Modern Formal — Navy & Gold Glassmorphism) --}} {{ $invitation->event_title }}
{{-- ── COVER ── --}}
◆ ◇ ◆
You Are Cordially Invited

{{ $invitation->event_title }}

@if($invitation->event_host)

Diselenggarakan oleh
{{ $invitation->event_host }}

@endif

{{ $invitation->main_event_datetime->translatedFormat('l, d F Y') }}

@if(isset($guest) && $guest)

To: {{ $guest->name }}

@endif
{{-- ── HERO ── --}}

{{ $invitation->event_title }}

@if($invitation->event_photo)
{{ $invitation->event_title }}
@endif @if($invitation->event_description)

{{ $invitation->event_description }}

@endif @if($invitation->event_host)

Hosted By

{{ $invitation->event_host }}

@endif
{{-- ── COUNTDOWN ── --}}

{{ $invitation->main_event_datetime->translatedFormat('d F Y') }}

0
Days
0
Hours
0
Min
0
Sec
{{-- ── DETAIL ── --}}

When & Where

{{ $invitation->main_event_title }}

{{ $invitation->main_event_datetime->translatedFormat('l, d F Y') }}

⏰ {{ $invitation->main_event_datetime->translatedFormat('H:i') }} WIB

📍 {{ $invitation->main_event_location }}

@if($invitation->main_event_address)

{{ $invitation->main_event_address }}

@endif @if($invitation->main_event_map_link && $invitation->main_event_map_link !== '#') View Maps @endif
{{-- ── AGENDA (jika tersedia) ── --}} @if(count($invitation->love_stories ?? []) > 0)

Schedule

@foreach($invitation->love_stories as $i => $item)
{{ $item['year'] ?? '-' }}
{{ $item['title'] ?? '' }} @if(!empty($item['story']))

{{ $item['story'] }}

@endif
@endforeach
@endif {{-- ── QUOTE ── --}} @if($invitation->quote)

"{{ $invitation->quote }}"

@endif {{-- ── GALLERY ── --}} @if(count($invitation->gallery_photos ?? []) > 0)

Moments

@foreach($invitation->gallery_photos as $photo) @endforeach
@endif {{-- ── RSVP ── --}}

Confirm Attendance

@if(session('success'))

{{ session('success') }}

@endif
@csrf
@if(count($comments ?? []) > 0)

{{ count($comments) }} Wishes

@foreach($comments as $c)
{{ $c->name }} @if($c->rsvp_status === 'hadir') ✓ Attending @elseif($c->rsvp_status === 'tidak_hadir') ✗ Not Attending @else ? Maybe @endif

{{ $c->comment }}

@endforeach
@endif
@if($invitation->music_file) @endif