@extends('layouts.app') @section('content')

Edit Payment Receipt

Update payment and deduction details.
@csrf @method('PUT')
Payment Details
Keep project snapshots consistent.
Receipt ID #{{ $paymentReceipt->id }}
@include('payment_receipts._form', ['mode' => 'edit', 'paymentReceipt' => $paymentReceipt])
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush