@extends('layouts.app') @section('content')

Add Payment Receipt

Capture payment received, deductions, and project snapshots.
@csrf
Payment Details
Start with the project and receipt date.
All amounts accept commas
@include('payment_receipts._form', ['mode' => 'create'])
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush