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

Edit J.V.

Edit Journal Voucher

@csrf @method('PUT')
Debit Entries
@foreach($debitRows as $detail) @endforeach @foreach($creditRows as $detail) @endforeach
Account Entry Narration Debit Amount Credit Amount Action
Remove
Remove
@push('js') @endpush @endsection