@php($page = 'receipts') {{env('APP_NAME')}} | Record Payment
@include("components.navbar")
@include("components.sidebar")

Record Payment / Generate Receipt

Back to List

@csrf
Accounting Integration: This transaction will automatically generate a balanced Journal entry.
Where the money is going (e.g. Bank or Cash account)
What the money is for (e.g. Sales Revenue)
@include("components.footer")