Fix Komisi
This commit is contained in:
@@ -21,7 +21,7 @@ class PaymentController extends Controller
|
||||
// return $request->toArray();
|
||||
$appointments = Appointment::query()
|
||||
->where('sPaymentStatus', 'settlement')
|
||||
->with(['healthCare', 'detail', 'user', 'doctor', 'doctor.user']);
|
||||
->with(['healthCare', 'healthCare.commission', 'detail', 'user', 'doctor', 'doctor.user']);
|
||||
|
||||
if ($request->has('search')) {
|
||||
$appointments->where(function ($query) use ($request) {
|
||||
|
||||
Reference in New Issue
Block a user