@extends('layouts.app') @section('title', 'New Voucher') @section('breadcrumbs') @endsection @section('content')

New Voucher

Create a new accounting voucher

Back
@csrf @if ($errors->any())
@endif
Ledger Entries
Ledger Account *DebitCreditNarration
Totals 0.00 0.00 Balanced
@endsection @push('scripts') @endpush