@extends('layouts.master')
@section('css')
@endsection
@section('title')
Payment
@endsection
@section('content')
@isset($accountingVoucher)
Edit Payment
@else
Add Payment
@endisset
Report