{{-- resources/views/public/terms.blade.php --}} @extends('layouts.app') @section('title', 'Syarat & Ketentuan - FIN-ANALYSIS PRO') @section('content')
{{-- ── HERO ── --}}
Syarat & Ketentuan

Ketentuan
Penggunaan Layanan

Harap baca syarat dan ketentuan berikut sebelum menggunakan platform FIN-ANALYSIS PRO.

Terakhir diperbarui: {{ date('d F Y') }}

{{-- ── CONTENT ── --}}
{{-- Render dynamic terms content from controller --}}

Terakhir diperbarui: {{ $termsContent['last_updated'] }}

@foreach ($termsContent['sections'] as $section)

{{ $section['title'] }}

{{ $section['content'] }}

@if(isset($section['subsections']))
    @foreach ($section['subsections'] as $sub)
  • {{ $sub['title'] }}
    {{ $sub['content'] }}
  • @endforeach
@endif
@endforeach
{{-- Contact --}}

Ada Pertanyaan?

Jika Anda memiliki pertanyaan tentang syarat dan ketentuan ini, hubungi kami:

Hubungi Kami Baca FAQ
@endsection