@if ($errors->any())
Please fix the following errors:
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(session('error'))
{{ session('error') }}
@endif
Credit Voucher: Used for recording money received (receipts). Cash/Bank will be debited, and the selected account will be credited.