@extends('layouts.master') @section('title', 'Edit Payment Voucher | ') @section('content') @include('partials.header') @include('partials.sidebar')

Edit Payment Voucher

Edit your Payment Voucher details

@csrf @method('PUT')

@foreach($details as $index => $detail) @endforeach
Payee Account Payer Account Entry Narration Amount
@endsection @section('scripts') @endsection