@extends('web.layouts.layout') @section('content')
@CSRF
{{__('web.refund')}}
@include('web.pages.components.refund.product')
@include('web.pages.components.refund.reason')
{{__('web.extra_note')}}
{{__('web.upload_image_product')}} ({{__('web.optional')}})
  • {{__('web.upload_10_mb')}}
  • {{__('web.image_types')}}
  • {{__('web.image_clear')}}
  • {{__('web.image_not_clear')}}
@include('web.pages.components.refund.policy')
@stop