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

Edit Payment Voucher

@if($errors->any())
@endif
@csrf @method('PUT') {{-- Voucher Date --}}
{{-- Remarks --}}

Payment Details

@foreach($debitRows as $index => $debit) {{-- Payee Account --}} {{-- Cash/Bank Account (matched to same row if exists, or fallback) --}} {{-- Narration --}} {{-- Amount --}}
@endforeach
Payee Account (Debit) Payer Account (Cash/Bank - Credit) Narration Amount Action
Cance Homel
@endsection