@extends('layouts.admin') @section('content')
{{ csrf_field() }} @include('includes.form-success')

{{ __('Please confirm cancel') }}

{{__("By confirming, your shipping will be canceled and the amount will be redeemed to your wallet")}}

{{ __('Description') }}:

@endsection @section('scripts') @endsection