@extends('layouts.theme') @section('title',__('Refund Policy')) @section('main-wrapper')

{{__('refundpolicy')}}

@if(isset($refund_pol))
{!! $refund_pol !!}
@endif
@endsection