where('idprestador', $id)->first(); } function countPrestadoresActivos() { return $this ->where('status', 0) ->countAllResults(); } }