@extends('layouts.site') @php $legalSection = $sections[$pageKey] ?? null; @endphp @section('title', ($legalSection->title ?? '') . ' ยท Digital Sandi Informasi') @section('content') @include('partials.navbar')
@endsection