@extends('admin.layouts.app')
@section('title', 'CMS')
@section('subtitle', 'Manage app content')
@push('styles')
@endpush
@section('content')
@php $activeTab = session('active_tab', 'privacy'); @endphp
{{-- Tabs --}}
{{-- ── Privacy Policy ──────────────────────────────────────── --}}
{{-- ── Terms & Conditions ──────────────────────────────────── --}}
{{-- ── About Us ─────────────────────────────────────────────── --}}
{{-- ── FAQs ────────────────────────────────────────────────── --}}
@endsection
@push('scripts')
@endpush