This commit is contained in:
Server D3 Linksehat
2025-08-19 09:39:37 +07:00
parent 60f5f38ffe
commit 9634b12f11
11 changed files with 162 additions and 15 deletions

View File

@@ -100,7 +100,10 @@ class MemberController extends Controller
// Provider
$providers = DB::table('organizations')
->where('organizations.type', '=', 'hospital')
->where('organizations.corporate_id_partner', '!=', 8)
->orWhere('organizations.corporate_id_partner', NULL)
->where('status', '=', 'active')
->orderBy('organizations.name','asc')
->select(
'organizations.id',
'organizations.name'