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

{{ get_phrase('Refund Policy') }}

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