@extends('layouts.master') @section('content')
Payment Voucher Add Payment Voucher {{-- Forms --}} {{-- Form Layouts --}}

Add New Payment Voucher Back to Payment Voucher

{{--

--}} {{--
--}}
Create Payment Voucher

@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif

# Account No Account Title Payment Mode Instrument Amount Remarks Tax Debit Description Created Credit Debit Actions
Total: 0.00 0.00
@endsection @push('scripts') @endpush