@extends('layouts.landing-page') @section('styles') @endsection @section('content')

Frequently Asked Questions

Temukan jawaban untuk pertanyaan yang paling sering ditanyakan tentang platform musik kami

Semua
Akun & Profil
Musik & Streaming
Lisensi & Hak Cipta
Pembayaran
Artist & Creator
Teknis
@if (isset($faqStats) && count($faqStats) > 0)
{{ $faqStats['total_faqs'] ?? 0 }}
Total FAQ Aktif
{{ count($faqStats['categories'] ?? []) }}
Kategori FAQ
{{ $faqStats['recent_faqs']->count() ?? 0 }}
FAQ Terbaru
24/7
Support
@endif
@if (isset($faqs) && count($faqs) > 0) @foreach ($faqs as $faq)
@php $categoryLabels = [ 'account' => 'Akun & Profil', 'music' => 'Musik & Streaming', 'license' => 'Lisensi & Hak Cipta', 'payment' => 'Pembayaran', 'artist' => 'Artist & Creator', 'technical' => 'Teknis', 'general' => 'Umum', ]; @endphp {{ $categoryLabels[$faq->category] ?? 'Umum' }}

{{ $faq->question }}

{!! nl2br(e($faq->answer)) !!}
@endforeach @if (is_object($faqs) && method_exists($faqs, 'hasPages') && $faqs->hasPages())
{{ $faqs->appends(request()->query())->links() }}
@endif @else

Belum Ada FAQ

FAQ sedang dalam proses pembuatan dan akan segera tersedia.

@endif

Masih ada pertanyaan?

Tim customer support kami siap membantu Anda 24/7. Jangan ragu untuk menghubungi kami.

@endsection @section('scripts') @endsection