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

{{ get_phrase('Cookie Policy') }}

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