The Couple
{{ $invitation->coupleName() }}
{{ $invitation->opening_text }}
Mempelai Pria
{{ $invitation->groom_name }}
Putra dari {{ $invitation->groom_parents }}
Mempelai Wanita
{{ $invitation->bride_name }}
Putri dari {{ $invitation->bride_parents }}
Wedding Day
{{ $invitation->wedding_at->translatedFormat('l') }}
{{ $invitation->wedding_at->translatedFormat('d F Y') }} · Pukul {{ $invitation->wedding_at->format('H:i') }} WIB
@if ($invitation->featureEnabled('countdown'))
@include('templates.partials.countdown')
@endif
Akad / Pemberkatan
{{ $invitation->ceremony_place }}
@if ($invitation->featureEnabled('maps') && $invitation->ceremony_maps_url)
Lihat Lokasi
@endif
Resepsi
{{ $invitation->reception_place }}
@if ($invitation->featureEnabled('maps') && $invitation->reception_maps_url)
Lihat Lokasi
@endif
@if ($invitation->featureEnabled('story') && $invitation->story)
Our Story
Cerita Kami
{{ $invitation->story }}
@endif
@if ($invitation->featureEnabled('gallery') && count($invitation->galleryUrls()) > 0)
Gallery
Kenangan
@foreach ($invitation->galleryUrls() as $url)

@endforeach
@endif
@include('templates.partials.gift', [
'eyebrowClass' => 'label',
'titleClass' => 'script',
'titleStyle' => '',
])
@if ($invitation->featureEnabled('rsvp'))
@if (session('rsvp_success'))
{{ session('rsvp_success') }}
@endif
@foreach ($invitation->rsvps as $rsvp)
{{ $rsvp->guest_name }}
{{ $rsvp->message ?: 'Turut berbahagia.' }}
@endforeach
@endif
@include('templates.partials.scripts')