Private Pay, Private Insurance, Long Term Care Insurance, Medicaid, Medicare, Managed Care Benefits
Intermediate Care, Long-Term Care, Ostomy Care, Rehab and Therapy, Respite Care, Short-Term Care, Skilled Care, Wound Vac, Physical Therapy, Occupational Therapy, Bariatric Bed
ListingController.php#632seniorsbb_db_dev1.41msselect*from `listingattachment` where `type` ='listing'and `primary` =1and `listingattachment`.`listingId` in (46479)
ListingController.php#667seniorsbb_db_dev145msselect `company`.`id` as `parentId`, `child`.`id` as `childId` from `company` leftjoin `company` as `child` on `child`.`parentCompany` = `company`.`id` where `company`.`parentCompany` =130and `company`.`deleted_at` isnull
ListingController.php#681seniorsbb_db_dev184msselect*from `articles` where `active` ='Yes'and `type` ='article'and `company` in (130) and `articles`.`deleted_at` isnullorderby RAND()