{{ $policy->title }}

@if($policy->short_description)

{{ $policy->short_description }}

@endif

Updated {{ $policy->updated_at?->format('F j, Y') }} ยท {{ $policy->reading_time }} min read

@if($policy->content)
{!! $policy->content !!}
@endif @foreach($policy->activeSections as $section)

{{ $section->title }}

{!! $section->content !!}
@endforeach @if($policy->faqs->isNotEmpty())
@foreach($policy->faqs as $faq)
{{ $faq->question }}
{!! $faq->answer !!}
@endforeach
@endif
Open full page on gletra.com