@extends('layouts.front-end.app') @section('title',translate('refund_policy')) @section('content')

{{translate('refund_policy')}}

{!! $refundPolicy['content'] !!}
@endsection