@extends('layouts.default') @push('title', get_phrase('Privacy Policy')) @push('meta')@endpush @push('css')@endpush @section('content')

{{ get_phrase('Privacy Policy') }}

{!! htmlspecialchars_decode(removeScripts(get_frontend_settings('privacy_policy'))) !!}
@endsection @push('js')@endpush