@extends('web.layouts.app') @section('title') {{ __('messages.front_web.return_and_refund_policy') }} @endsection @section('content')

{{ __('messages.front_web.return_and_refund_policy') }}

{!! getSadminSettingValue('refund_policy') !!}
@endsection