@extends('layouts.admin') @section('heading', 'Edit Payment #' . $payment->id) @section( 'subheading', 'Update payment details for Order #' . $payment->order_id ) @section('actions') ← Back to payment @endsection @section('content') @if($errors->any())
Edit payment
Current payment
Important
Changing the payment amount or payment type will automatically recalculate the order's paid amount, balance amount, and payment history.