@extends('landing-page.layouts.default') @section('content')

{{__('landingpage.refund_policy')}}

{!! $refund_policy->value ?? null !!}
@endsection