@extends('layouts.app') @section('title', 'Request a refund') @section('content')

Request a refund

Created as requested. Nothing moves until a second person approves and then processes it.

Back
@csrf

Refund details

Only successful, positive payments are listed. The refund cannot exceed what is left of the payment after earlier refunds. @error('payment_transaction_id'){{ $message }}@enderror
@error('amount'){{ $message }}@enderror
@error('method'){{ $message }}@enderror
@error('reason'){{ $message }}@enderror
Cancel
@endsection