@extends('layouts.app') @push('styles') @endpush @section('content')
{{-- Hero --}}

{{ $policy->title }}

@if($policy->short_description)

{{ $policy->short_description }}

@endif
Updated {{ $policy->updated_at->format('F j, Y') }} {{ $policy->reading_time }} min read Official Gletra Policy
{{-- Breadcrumb --}}
{{-- Sticky Sidebar --}} {{-- Main Content --}}
@if($policy->content)
{!! $policy->content !!}
@endif @foreach($policy->activeSections as $section)

{{ $section->title }}

@if($section->getImageUrl())
{{ $section->title }}
{{ $section->title }}
@endif {!! $section->content !!}
@endforeach @if($policy->faqs->count())

Frequently Asked Questions

@foreach($policy->faqs as $i => $faq)

{{ $faq->answer }}
@endforeach
@endif @if($policy->legal_notice) @endif

Questions About This Policy?

Our legal and support teams are here to help.

Contact Legal Team
{{-- Mobile bottom nav --}}
@endsection @push('scripts') @endpush