@extends('web.layouts.layout') @section('content')
@CSRF
{{__('web.refund')}}
@include('web.pages.components.refund.product')
{{__('web.reason_question')}}
@include('web.pages.components.refund.policy')
@stop