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

Edit Payment

Edit Payment Voucher

@csrf @method('PUT')
@foreach($details as $detail) @endforeach
Account Entry Narration Amount Add Row
@push('js') @endpush @endsection