@extends('layouts.front-end.app') @section('title',\App\CPU\translate('return_policy')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('return_policy')}}

{!! $return_policy !!}
@endsection