@extends('frontend::layouts.master') @section('title', 'นโยบายความเป็นส่วนตัว | ศูนย์ความรู้ อ.อ๊อบ') @section('content')
{{-- Header --}}

{!! $policy['name'] ?? '' !!}

{!! $page_init['setting']['meta_title'] ?? '' !!}

@lang('frontend::lang.updated_at') {!! $policy['updated_at'] ?? '' !!}

{{-- Text Editor: ใช้ prose เพื่อไม่ต้อง reset typography จาก rich text --}}
{!! $policy['detail'] ?? '' !!}
@endsection