This commit is contained in:
Linksehat Staging Server
2023-12-07 09:31:41 +07:00
parent 6edf7311f3
commit f9b970fbd1
7 changed files with 10 additions and 22 deletions

View File

@@ -20,7 +20,7 @@ class PaymentController extends Controller
{
// return $request->toArray();
$appointments = Appointment::query()
->where('sPaymentStatus', '!=' ,'cod')
->where('sPaymentStatus', 'settlement')
->with(['healthCare', 'healthCare.commission', 'detail', 'user', 'doctor', 'doctor.user']);
if ($request->has('search')) {