@include('partials.adminHeader')
×
Dashboard
Appointments
Patient's Record
Reports
Payments
Inventory
Help
About
Logout
CREATE PAYMENT
ADMIN
@csrf
Select Patient
@foreach($patients as $patient)
{{ $patient->last_name }}, {{ $patient->first_name }}
@endforeach
Appointment Type:
Select a Patient to see Appointment Type
Mode of Payment
Cash
GCash
Amount to be Paid
Amount Paid
Create Payment
{{-- Display QR code if payment mode is 'gcash' --}}
Scan to Pay with GCash