prescription

This commit is contained in:
2025-04-21 15:56:58 +07:00
parent af20355b31
commit e657e3f75a
3 changed files with 51 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ class PrescriptionController extends Controller
'tx_prescription_orders.sAddress as kirim_ke',
'tx_prescription_orders.sDeliveryPrice as ongkir',
'tx_prescription_orders.sDeliveryMethod as delivery',
'tx_prescription_orders.sPaymentStatus',
'tx_prescription_orders.nIDApotek',
)
->whereNotNull('nIDUser');