@extends('layouts.app') @section('title', $activity->title . ' - Program Bidang Dakwah Masjid Salman ITB') @section('meta_description', Str::limit($activity->description, 160)) @section('og_title', $activity->title . ' - Program Bidang Dakwah Masjid Salman ITB') @section('og_description', Str::limit($activity->description, 200)) @section('og_image', 'https://bidangdakwah.salmanitb.com/storage/' . $activity->featured_image) @section('additional_meta_tags') @endsection {{-- @if ($registrationStatus['open'] || $registrationStatus['ending_soon']) @if ($activeBatch->featured_image) {{ $activeBatch->nama_batch }} @endif @else @endif --}} @section('content')
{{-- --}}

|

@php $registrationStatus = [ 'closed' => !$activeBatch && $upcomingBatches->isEmpty(), 'upcoming' => !$activeBatch && $upcomingBatches->isNotEmpty(), 'open' => $activeBatch && now()->between( $activeBatch->tanggal_mulai_pendaftaran, $activeBatch->tanggal_selesai_pendaftaran, ), 'ending_soon' => $activeBatch && now()->between( $activeBatch->tanggal_selesai_pendaftaran->subDays(7), $activeBatch->tanggal_selesai_pendaftaran, ), ]; @endphp
@if ($registrationStatus['open'] || $registrationStatus['ending_soon'])
@if ($activeBatch->featured_image) {{ $activeBatch->nama_batch }} @endif

Batch {{ $activeBatch->batch_ke }} - {{ $activeBatch->nama_batch }}

@if ($registrationStatus['ending_soon']) Pendaftaran Segera Ditutup @else Pendaftaran Dibuka @endif
Harga Program Rp {{ number_format($activeBatch->harga, 0, ',', '.') }}
Sisa Kuota {{ $activeBatch->kuota }} Peserta
Batas Pendaftaran {{ $activeBatch->tanggal_selesai_pendaftaran->format('d F Y') }}
@elseif ($registrationStatus['upcoming'])
Batch Selanjutnya
Dibuka pada {{ $upcomingBatches->first()->tanggal_mulai_pendaftaran->format('d F Y') }} @if ($activeBatch->featured_image) {{ $activeBatch->nama_batch }} @endif
@else

{{ $activity->overview }}

Pendaftaran Ditutup

Batch selanjutnya akan diumumkan segera. Pantau terus media sosial kami untuk informasi terbaru.

@endif
@if ($activity->is_featured) Kegiatan Unggulan @endif

Tentang {{ $activity->title }}

{{ $activity->title }} adalah Kegiatan unggulan di bawah Program {{ $activity->program->name }} dari Bidang Dakwah Masjid Salman ITB yang dikhususkan untuk mempersiapkan calon pengantin dalam menghadapi kehidupan pernikahan. Kegiatan ini mencakup aspek ilmu pengetahuan, keterampilan praktis, dan pembentukan mental spiritual yang diperlukan dalam membangun keluarga sakinah.

{!! nl2br(e($activity->description)) !!}
{{-- @if ($registrationStatus['open'] || $registrationStatus['ending_soon'] || $registrationStatus['upcoming']) {{ $activeBatch->title }} {{-- @if (($registrationStatus['open'] || $registrationStatus['ending_soon']) && isset($activeBatch->featured_image)) {{ $activeBatch->nama_batch }} @elseif ($registrationStatus['upcoming'] && $upcomingBatches->first()->featured_image) {{ $upcomingBatches->first()->nama_batch }} @else {{ $activity->title }} @endif --}}
@include('activities.section-learning-path', ['learningPaths' => $activity->learningPath]) @include('activities.section-highlight', ['highlights' => $activity->highlights]) @if ($registrationStatus['open'] || $registrationStatus['ending_soon'])

Daftar Sekarang

Investasi terbaik untuk pernikahan Anda adalah mempersiapkan diri dengan ilmu dan keterampilan yang tepat. Daftarkan diri Anda sekarang!

Pendaftaran {{ $registrationStatus['ending_soon'] ? 'Segera Ditutup' : 'Dibuka' }}

{{ $activeBatch->tanggal_mulai_pendaftaran->format('d F Y') }} - {{ $activeBatch->tanggal_selesai_pendaftaran->format('d F Y') }}

Periode Pembelajaran

{{ $activeBatch->durasi_program }}

Investasi

Rp {{ number_format($activeBatch->harga, 0, ',', '.') }}/pasangan (termasuk modul dan sertifikat)

Terima kasih! Kami akan menghubungi Anda dalam 1x24 jam.
@endif @include('activities.section-testimonials', ['testimonials' => $activity->testimonials]) @include('activities.section-gallery', ['gallery' => $activity->gallery]) @include('activities.section-faq', ['faqs' => $activity->faqs])
@endsection